Method Migrate
Migrate(TTarget)
Execute the migration on the provided instance.
All steps with a version greater than the instance version will be executed in ascending order. Eg: for instance with version 2 and step version 1, 3, 5, and 6. It will execute steps 3 then 5 then 6.
선언
public bool Migrate(TTarget target)
파라미터
타입 | 이름 | 설명 |
---|---|---|
TTarget | target | The instance to migrate. |
반환
타입 | 설명 |
---|---|
bool | True if it has executed migration steps, false otherwise. |