Constructor MigrationStep
MigrationStep(TVersion, Action<TTarget>)
Create a new migration step.
선언
public MigrationStep(TVersion version, Action<TTarget> action)
파라미터
타입 | 이름 | 설명 |
---|---|---|
TVersion | version | The version of the step. |
Action<TTarget> | action | The migration action to perform. |