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