6 references to
System.Data.Common (6)
System\Data\XmlToDatasetMap.cs (6)
449
tableSchemaInfo = (TableSchemaInfo?)(fIgnoreNamespace ? _tableSchemaMap
[
nodeRegion.LocalName] : _tableSchemaMap[nodeRegion]);
455
return tableSchemaInfo.ColumnsSchemaMap
[
node.LocalName];
465
_lastTableSchemaInfo = (TableSchemaInfo)(fIgnoreNamespace ? _tableSchemaMap
[
table.EncodedTableName]! : _tableSchemaMap[table]!);
469
return _lastTableSchemaInfo.ColumnsSchemaMap
[
dataReader.LocalName];
481
tableSchemaInfo = (TableSchemaInfo?)(fIgnoreNamespace ? _tableSchemaMap
[
node.LocalName] : _tableSchemaMap[node]);
494
TableSchemaInfo? tableSchemaInfo = (TableSchemaInfo?)(fIgnoreNamespace ? _tableSchemaMap
[
node.LocalName] : _tableSchemaMap[node]);