1 instantiation of DbSchemaTable
System.Data.Common (1)
System\Data\Common\DBSchemaRow.cs (1)
29
DbSchemaTable schemaTable = new
DbSchemaTable
(dataTable, returnProviderSpecificTypes);
3 references to DbSchemaTable
System.Data.Common (3)
System\Data\Common\DBSchemaRow.cs (3)
13
private readonly
DbSchemaTable
_schemaTable;
29
DbSchemaTable
schemaTable = new DbSchemaTable(dataTable, returnProviderSpecificTypes);
52
internal DbSchemaRow(
DbSchemaTable
schemaTable, DataRow dataRow)