2 references to
System.Data.Common (2)
System\Data\XmlToDatasetMap.cs (2)
470return _lastTableSchemaInfo.ColumnsSchemaMap[dataReader]; 494TableSchemaInfo? tableSchemaInfo = (TableSchemaInfo?)(fIgnoreNamespace ? _tableSchemaMap[node.LocalName] : _tableSchemaMap[node]);