3 references to
System.Data.Common (3)
System\Data\XmlToDatasetMap.cs (3)
449tableSchemaInfo = (TableSchemaInfo?)(fIgnoreNamespace ? _tableSchemaMap[nodeRegion.LocalName] : _tableSchemaMap[nodeRegion]); 457return tableSchemaInfo.ColumnsSchemaMap[node]; 481tableSchemaInfo = (TableSchemaInfo?)(fIgnoreNamespace ? _tableSchemaMap[node.LocalName] : _tableSchemaMap[node]);