3 overrides of PrepareCollection
System.Data (3)
fx\src\data\System\Data\Odbc\odbcmetadatafactory.cs (1)
1031protected override DataTable PrepareCollection(String collectionName, String[] restrictions, DbConnection connection){
fx\src\data\System\Data\OleDb\OleDbMetaDataFactory.cs (1)
479protected override DataTable PrepareCollection(String collectionName, String[] restrictions, DbConnection connection){
fx\src\data\System\Data\SqlClient\sqlmetadatafactory.cs (1)
262protected override DataTable PrepareCollection(String collectionName, String[] restrictions, DbConnection connection){
1 reference to PrepareCollection
System.Data (1)
fx\src\data\System\Data\ProviderBase\DbMetaDataFactory.cs (1)
439requestedSchema = PrepareCollection(exactCollectionName,restrictions, connection);