2 writes to tableSchemaMap
System.Data (2)
fx\src\data\System\NewXml\DataSetMappper.cs (2)
35
this.
tableSchemaMap
= new Hashtable();
42
this.
tableSchemaMap
= new Hashtable();
2 references to tableSchemaMap
System.Data (2)
fx\src\data\System\NewXml\DataSetMappper.cs (2)
65
return (DataTable)(
tableSchemaMap
[ tid ]);
318
tableSchemaMap
[ idTable ] = table;