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