6 references to IsNotMapped
System.Data (6)
fx\src\data\System\NewXml\DataPointer.cs (1)
125
if (!doc.
IsNotMapped
( c ) && (c.ColumnMapping == MappingType.Attribute) == fAttribute && (fNulls || ! Convert.IsDBNull( row[c, rowVersion] ) ) )
fx\src\data\System\NewXml\XmlDataDocument.cs (3)
614
if ( !
IsNotMapped
(col) ) {
1268
if (
IsNotMapped
(col) )
2295
if ( foundColumns[c] == null && !
IsNotMapped
(c) ) {
fx\src\data\System\NewXml\XPathNodePointer.cs (2)
520
if (!_doc.
IsNotMapped
( c ) && (c.ColumnMapping == MappingType.Attribute) == fAttribute && ! Convert.IsDBNull( row[c, rowVersion] ) )
540
if (!_doc.
IsNotMapped
( c ) && (c.ColumnMapping == MappingType.Attribute) == fAttribute && !Convert.IsDBNull( row[c, rowVersion] ) )