5 instantiations of XmlNodeIdHashtable
System.Data.Common (5)
System\Data\XmlToDatasetMap.cs (5)
95
ColumnsSchemaMap = new
XmlNodeIdHashtable
(tableSchema.Columns.Count);
264
_tableSchemaMap = new
XmlNodeIdHashtable
(dataSet.Tables.Count);
287
_tableSchemaMap = new
XmlNodeIdHashtable
(dataSet.Tables.Count);
347
_tableSchemaMap = new
XmlNodeIdHashtable
(1);
371
_tableSchemaMap = new
XmlNodeIdHashtable
(tableList.Count);
5 references to XmlNodeIdHashtable
System.Data.Common (5)
System\Data\XmlToDatasetMap.cs (5)
91
public
XmlNodeIdHashtable
ColumnsSchemaMap;
99
private
XmlNodeIdHashtable
_tableSchemaMap; // Holds all the tables information
207
private static bool AddColumnSchema(DataColumn col, XmlNameTable nameTable,
XmlNodeIdHashtable
columns)
228
private static bool AddColumnSchema(XmlNameTable nameTable, DataColumn col,
XmlNodeIdHashtable
columns)
503
private static void HandleSpecialColumn(DataColumn col, XmlNameTable nameTable,
XmlNodeIdHashtable
columns)