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)
674if (!IsNotMapped(col)) 1406if (IsNotMapped(col)) 2542if (foundColumns[c] == null && !IsNotMapped(c))
System\Xml\XPathNodePointer.cs (2)
555if (!_doc.IsNotMapped(c) && (c.ColumnMapping == MappingType.Attribute) == fAttribute && !Convert.IsDBNull(row[c, rowVersion])) 575if (!_doc.IsNotMapped(c) && (c.ColumnMapping == MappingType.Attribute) == fAttribute && !Convert.IsDBNull(row[c, rowVersion]))