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