Method Migrate
Migrate(TTarget)
Migrate the instance for this step and set the version of the instance to this version.
If the instance has a version greater or equal to the step one, nothing will be applied.
선언
public void Migrate(TTarget target)
파라미터
타입 | 이름 | 설명 |
---|---|---|
TTarget | target | The instance to migrate. |