2 instantiations of TableSchemaInfo
System.Data.Common (2)
System\Data\XmlToDatasetMap.cs (2)
162TableSchemaInfo tableSchemaInfo = new TableSchemaInfo(table); 198TableSchemaInfo tableSchemaInfo = new TableSchemaInfo(table);
16 references to TableSchemaInfo
System.Data.Common (16)
System\Data\XmlToDatasetMap.cs (16)
101private TableSchemaInfo? _lastTableSchemaInfo; 145private TableSchemaInfo? AddTableSchema(DataTable table, XmlNameTable nameTable) 162TableSchemaInfo tableSchemaInfo = new TableSchemaInfo(table); 167private TableSchemaInfo AddTableSchema(XmlNameTable nameTable, DataTable table) 198TableSchemaInfo tableSchemaInfo = new TableSchemaInfo(table); 268TableSchemaInfo? tableSchemaInfo = AddTableSchema(t, nameTable); 302TableSchemaInfo tableSchemaInfo = AddTableSchema(nameTable, t); 349TableSchemaInfo? tableSchemaInfo = AddTableSchema(dataTable, nameTable); 377TableSchemaInfo tableSchemaInfo = AddTableSchema(nameTable, t); 439TableSchemaInfo? tableSchemaInfo; 449tableSchemaInfo = (TableSchemaInfo?)(fIgnoreNamespace ? _tableSchemaMap[nodeRegion.LocalName] : _tableSchemaMap[nodeRegion]); 465_lastTableSchemaInfo = (TableSchemaInfo)(fIgnoreNamespace ? _tableSchemaMap[table.EncodedTableName]! : _tableSchemaMap[table]!); 477TableSchemaInfo? tableSchemaInfo = null; 481tableSchemaInfo = (TableSchemaInfo?)(fIgnoreNamespace ? _tableSchemaMap[node.LocalName] : _tableSchemaMap[node]); 494TableSchemaInfo? tableSchemaInfo = (TableSchemaInfo?)(fIgnoreNamespace ? _tableSchemaMap[node.LocalName] : _tableSchemaMap[node]);