3 references to ProviderType
System.Data.Common (2)
System\Data\Common\DBSchemaTable.cs (1)
49
SchemaTableColumn.
ProviderType
,
System\Data\DataTableReader.cs (1)
728
DataColumn ProviderType = new DataColumn(SchemaTableColumn.
ProviderType
, typeof(int));
System.Data.Odbc (1)
System\Data\Odbc\OdbcCommandBuilder.cs (1)
83
object valueType = datarow[SchemaTableColumn.
ProviderType
];