2 writes to columnSchemaMap
System.Data (2)
fx\src\data\System\NewXml\DataSetMappper.cs (2)
36
this.
columnSchemaMap
= new Hashtable();
43
this.
columnSchemaMap
= new Hashtable();
3 references to columnSchemaMap
System.Data (3)
fx\src\data\System\NewXml\DataSetMappper.cs (3)
138
Hashtable columns = (Hashtable)
columnSchemaMap
[ tid ];
325
Hashtable columns = (Hashtable)
columnSchemaMap
[ idTable ];
328
columnSchemaMap
[ idTable ] = columns;