MigrationType Type
Represents the desired action direction for a migration Up meaning that the migration will be applied to the database Down meaning that the migration will be rolled back from the database
Instance members
Instance member | Description |
Full Usage:
this.IsDown
Returns: bool
|
|
Full Usage:
this.IsUp
Returns: bool
|
|