메소드 | 설명 | |
---|---|---|
Alter ( Action |
Alters the database schema as specified using the fluent interface on the passed IDatabase.
|
|
Alter ( IMigration migration ) : void |
Alters the database schema by applying the specified migration. Versioning is unaffected by this operation and any timestamp information on the migration is disregarded.
|
|
DbSchema ( string connectionString, |
Initializes a new instance of DbSchema with default options.
|
|
DbSchema ( string connectionString, |
Initializes a new instance of DbSchema.
|
public DbSchema ( string connectionString, |
||
connectionString | string | |
dbPlatform | ||
리턴 | System |
public DbSchema ( string connectionString, |
||
connectionString | string | |
dbPlatform | ||
options | ||
리턴 | System |