The direction of a migration being executed.
Namespace:
Mindscape.LightSpeed.MigrationsAssembly: Mindscape.LightSpeed.Migrations (in Mindscape.LightSpeed.Migrations.dll)
Version: 3.1.0.0 (4.0.0.0)
Syntax
| C# |
|---|
public enum Direction |
| Visual Basic (Declaration) |
|---|
Public Enumeration Direction |
Members
| Member name | Description | |
|---|---|---|
| Up |
The migration is being run upward.
| |
| Down |
The migration is being run downward.
|