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