internal DbSchemaCollection(Database database, DbSchemaCollectionType dbSchemaCollectionType)
 {
     this.database = database;
     this.dbSchemaCollectionType = dbSchemaCollectionType;
 }
 public DbSchemaCollection GetSchemaCollection(DbSchemaCollectionType collectionType)
 {
     return schemaCollections[collectionType];
 }