프로퍼티 | 타입 | 설명 | |
---|---|---|---|
_dryrun | bool |
메소드 | 설명 | |
---|---|---|
DbMigrator ( MigratorOptions options ) : System | ||
Dispose ( ) : void | ||
Migrate ( long version ) : void | ||
MigrateToLast ( ) : void |
메소드 | 설명 | |
---|---|---|
MigrateTo ( long version, string schemainfoname ) : void |
Migrate the database to a specific version. Runs all migration between the actual version and the specified version. If
|
|
MigrateToLastVersion ( string schemainfoname ) : void |
Run all migrations up to the latest. Make no changes to database if dryrun is true.
|
public DbMigrator ( MigratorOptions options ) : System | ||
options | MigratorOptions | |
리턴 | System |