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)
285
return this.
GetSchema
(DbMetaDataCollectionNames.MetaDataCollections, null);
289
return this.
GetSchema
(collectionName, null);