2 instantiations of TableSchemaInfo
System.Data (2)
fx\src\data\System\Data\XmlToDatasetMap.cs (2)
145TableSchemaInfo tableSchemaInfo = new TableSchemaInfo(table); 180TableSchemaInfo tableSchemaInfo = new TableSchemaInfo(table);
16 references to TableSchemaInfo
System.Data (16)
fx\src\data\System\Data\XmlToDatasetMap.cs (16)
91TableSchemaInfo lastTableSchemaInfo = null; 130private TableSchemaInfo AddTableSchema(DataTable table, XmlNameTable nameTable) { 145TableSchemaInfo tableSchemaInfo = new TableSchemaInfo(table); 150private TableSchemaInfo AddTableSchema(XmlNameTable nameTable, DataTable table) { 180TableSchemaInfo tableSchemaInfo = new TableSchemaInfo(table); 243TableSchemaInfo tableSchemaInfo = AddTableSchema(t, nameTable); 276TableSchemaInfo tableSchemaInfo = AddTableSchema(nameTable, t); 322TableSchemaInfo tableSchemaInfo = AddTableSchema(dataTable, nameTable); 348TableSchemaInfo tableSchemaInfo = AddTableSchema(nameTable, t ); 405TableSchemaInfo tableSchemaInfo = null; 413tableSchemaInfo = (TableSchemaInfo) (fIgnoreNamespace ? tableSchemaMap[nodeRegion.LocalName] : tableSchemaMap[nodeRegion]); 428lastTableSchemaInfo = (TableSchemaInfo)(fIgnoreNamespace ? tableSchemaMap[table.EncodedTableName] : tableSchemaMap[table]); 439TableSchemaInfo tableSchemaInfo = null; 442tableSchemaInfo = (TableSchemaInfo) (fIgnoreNamespace ? tableSchemaMap[node.LocalName] : tableSchemaMap[node]); 453TableSchemaInfo tableSchemaInfo = (TableSchemaInfo) (fIgnoreNamespace ? tableSchemaMap[node.LocalName] : tableSchemaMap[node]);