6 references to IsNotMapped
System.Data.Common (6)
System\Xml\DataPointer.cs (1)
131if (!_doc.IsNotMapped(c) && (c.ColumnMapping == MappingType.Attribute) == fAttribute && (fNulls || !Convert.IsDBNull(row[c, rowVersion])))
System\Xml\XmlDataDocument.cs (3)
695if (!IsNotMapped(col)) 1423if (IsNotMapped(col)) 2578if (foundColumns[c] == null && !IsNotMapped(c))
System\Xml\XPathNodePointer.cs (2)
553if (!_doc.IsNotMapped(c) && (c.ColumnMapping == MappingType.Attribute) == fAttribute && !Convert.IsDBNull(row[c, rowVersion])) 573if (!_doc.IsNotMapped(c) && (c.ColumnMapping == MappingType.Attribute) == fAttribute && !Convert.IsDBNull(row[c, rowVersion]))