Метод | Описание | |
---|---|---|
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 Alter ( Action |
||
alterDatabase | Action |
|
Результат | void |
public Alter ( IMigration migration ) : void | ||
migration | IMigration | |
Результат | void |
public DbSchema ( string connectionString, |
||
connectionString | string | |
dbPlatform | ||
Результат | System |
public DbSchema ( string connectionString, |
||
connectionString | string | |
dbPlatform | ||
options | ||
Результат | System |