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