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