5 instantiations of XmlNodeIdHashtable
System.Data (5)
fx\src\data\System\Data\XmlToDatasetMap.cs (5)
85
this.ColumnsSchemaMap = new
XmlNodeIdHashtable
(tableSchema.Columns.Count);
240
this.tableSchemaMap = new
XmlNodeIdHashtable
(dataSet.Tables.Count);
258
this.tableSchemaMap = new
XmlNodeIdHashtable
(dataSet.Tables.Count);
320
this.tableSchemaMap = new
XmlNodeIdHashtable
(1);
342
this.tableSchemaMap = new
XmlNodeIdHashtable
( tableList.Count );
5 references to XmlNodeIdHashtable
System.Data (5)
fx\src\data\System\Data\XmlToDatasetMap.cs (5)
82
public
XmlNodeIdHashtable
ColumnsSchemaMap;
89
XmlNodeIdHashtable
tableSchemaMap; // Holds all the tables information
189
private bool AddColumnSchema(DataColumn col, XmlNameTable nameTable,
XmlNodeIdHashtable
columns) {
207
private bool AddColumnSchema(XmlNameTable nameTable, DataColumn col,
XmlNodeIdHashtable
columns) {
461
private void HandleSpecialColumn(DataColumn col, XmlNameTable nameTable,
XmlNodeIdHashtable
columns) {