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