Base:
method
GetSchema
System.Data.Common.DbConnection.GetSchema(System.String, System.String[])
2 references to GetSchema
System.Data.OleDb (2)
System\Data\ProviderBase\DbConnectionHelper.cs (2)
229return this.GetSchema(DbMetaDataCollectionNames.MetaDataCollections, null); 234return this.GetSchema(collectionName, null);