コード例 #1
0
 internal DbSchemaCollection(Database database, DbSchemaCollectionType dbSchemaCollectionType)
 {
     this.database = database;
     this.dbSchemaCollectionType = dbSchemaCollectionType;
 }
コード例 #2
0
 public DbSchemaCollection GetSchemaCollection(DbSchemaCollectionType collectionType)
 {
     return schemaCollections[collectionType];
 }