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.
Declaration
public void Migrate(TTarget target)
Parameters
Type | Name | Description |
---|---|---|
TTarget | target | The instance to migrate. |