1 write to ColumnsSchemaMap
System.Data (1)
fx\src\data\System\Data\XmlToDatasetMap.cs (1)
85this.ColumnsSchemaMap = new XmlNodeIdHashtable(tableSchema.Columns.Count);
10 references to ColumnsSchemaMap
System.Data (10)
fx\src\data\System\Data\XmlToDatasetMap.cs (10)
248AddColumnSchema(c, nameTable, tableSchemaInfo.ColumnsSchemaMap); 283AddColumnSchema(nameTable, c, tableSchemaInfo.ColumnsSchemaMap); 309tableSchemaInfo.ColumnsSchemaMap[idTable] = r.ChildTable; 327AddColumnSchema(c, nameTable, tableSchemaInfo.ColumnsSchemaMap); 354AddColumnSchema(nameTable, c, tableSchemaInfo.ColumnsSchemaMap); 378tableSchemaInfo.ColumnsSchemaMap[idTable] = r.ChildTable; 419return tableSchemaInfo.ColumnsSchemaMap[node.LocalName]; 421return tableSchemaInfo.ColumnsSchemaMap[node]; 432return lastTableSchemaInfo.ColumnsSchemaMap[dataReader.LocalName]; 433return lastTableSchemaInfo.ColumnsSchemaMap[dataReader];