3 references to
System.Data (3)
fx\src\data\System\Data\XmlToDatasetMap.cs (3)
413tableSchemaInfo = (TableSchemaInfo) (fIgnoreNamespace ? tableSchemaMap[nodeRegion.LocalName] : tableSchemaMap[nodeRegion]); 421return tableSchemaInfo.ColumnsSchemaMap[node]; 442tableSchemaInfo = (TableSchemaInfo) (fIgnoreNamespace ? tableSchemaMap[node.LocalName] : tableSchemaMap[node]);