2 references to GetOleDbSchemaTable
System.Data.OleDb (2)
OleDbMetaDataFactory.cs (2)
364
DataTable providerTypesTable = connection.
GetOleDbSchemaTable
(OleDbSchemaGuid.Provider_Types, null)!;
644
resultTable = oleDbConnection.
GetOleDbSchemaTable
((System.Guid)_schemaMapping[i]._schemaRowset, mungedRestrictions);