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