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