Метод | Описание | |
---|---|---|
AddMigrations ( IList |
||
CheckForDuplicatedVersion ( ) : void |
Check for duplicated version in migrations.
|
|
GetAvailableMigrations ( ) : List |
||
GetMigration ( long version ) : IMigration | ||
GetMigrationVersion ( |
Returns the version of the migration
|
|
MigrationLoader ( ITransformationProvider provider, IList |
public AddMigrations ( IList |
||
types | IList |
|
Результат | void |
public CheckForDuplicatedVersion ( ) : void | ||
Результат | void |
public GetMigration ( long version ) : IMigration | ||
version | long | |
Результат | IMigration |
public static GetMigrationVersion ( |
||
t | Migration type. | |
Результат | long |
public MigrationLoader ( ITransformationProvider provider, IList |
||
provider | ITransformationProvider | |
types | IList |
|
trace | bool | |
Результат | System |