Method | Description | |
---|---|---|
GetMigrationVersionNumber ( IMigration migration ) : int | ||
GetMigrationsAttributes ( IMigration migration ) : |
||
LoadMigrationsFromAssembly ( |
||
MigrateToVersion ( int versionTo ) : void | ||
MigrationService ( IVersionDataSource versionDataSource ) : System | ||
MigrationSorter ( IMigration x, IMigration y ) : int | ||
RunDownMigrations ( ) : void | ||
RunDownMigrations ( int versionTo ) : void | ||
RunUpMigrations ( ) : void | ||
RunUpMigrations ( int versionTo ) : void | ||
this ( int index ) : IMigration |
Method | Description | |
---|---|---|
GetDownMigrationPredicate ( ) : Predicate |
||
GetDownMigrationPredicate ( int versionTo ) : Predicate |
||
GetUpMigrationPredicate ( ) : Predicate |
||
GetUpMigrationPredicate ( int versionTo ) : Predicate |
||
RunAllDownMigrationsOrToVersion ( int versionTo ) : void | ||
RunAllUpMigrationsOrToVersion ( int versionTo ) : void | ||
RunMigrations ( Action |
public static GetMigrationVersionNumber ( IMigration migration ) : int | ||
migration | IMigration | |
return | int |
public static GetMigrationsAttributes ( IMigration migration ) : |
||
migration | IMigration | |
return |
public LoadMigrationsFromAssembly ( |
||
asm | ||
return | void |
public MigrateToVersion ( int versionTo ) : void | ||
versionTo | int | |
return | void |
public MigrationService ( IVersionDataSource versionDataSource ) : System | ||
versionDataSource | IVersionDataSource | |
return | System |
public static MigrationSorter ( IMigration x, IMigration y ) : int | ||
x | IMigration | |
y | IMigration | |
return | int |
public RunDownMigrations ( int versionTo ) : void | ||
versionTo | int | |
return | void |
public RunUpMigrations ( int versionTo ) : void | ||
versionTo | int | |
return | void |