Base:
method
GetSchema
System.Data.Common.DbConnection.GetSchema(System.String, System.String[])
2 references to GetSchema
System.Data.Odbc (2)
System\Data\Odbc\OdbcConnectionHelper.cs (2)
177return this.GetSchema(DbMetaDataCollectionNames.MetaDataCollections, null); 182return this.GetSchema(collectionName, null);