6 references to
System.Data (6)
fx\src\data\System\Data\XmlToDatasetMap.cs (6)
413tableSchemaInfo = (TableSchemaInfo) (fIgnoreNamespace ? tableSchemaMap[nodeRegion.LocalName] : tableSchemaMap[nodeRegion]); 419return tableSchemaInfo.ColumnsSchemaMap[node.LocalName]; 428lastTableSchemaInfo = (TableSchemaInfo)(fIgnoreNamespace ? tableSchemaMap[table.EncodedTableName] : tableSchemaMap[table]); 432return lastTableSchemaInfo.ColumnsSchemaMap[dataReader.LocalName]; 442tableSchemaInfo = (TableSchemaInfo) (fIgnoreNamespace ? tableSchemaMap[node.LocalName] : tableSchemaMap[node]); 453TableSchemaInfo tableSchemaInfo = (TableSchemaInfo) (fIgnoreNamespace ? tableSchemaMap[node.LocalName] : tableSchemaMap[node]);