2 references to GetOleDbSchemaTable
System.Data (2)
fx\src\data\System\Data\OleDb\OleDbMetaDataFactory.cs (2)
345
DataTable providerTypesTable = connection.
GetOleDbSchemaTable
(OleDbSchemaGuid.Provider_Types,null);
602
resultTable = oleDbConnection.
GetOleDbSchemaTable
((System.Guid)_schemaMapping[i]._schemaRowset,mungedRestrictions);