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