HistoryOperation Properties
Entity Framework 5.0
The HistoryOperation type exposes the following members.
| Name | Description | |
|---|---|---|
|
AnonymousArguments | Gets additional arguments that may be processed by providers. (Inherited from MigrationOperation.) |
|
Inverse | Gets an operation that will revert this operation. (Inherited from MigrationOperation.) |
|
IsDestructiveChange | Gets a value indicating whether the change is destructive. (Overrides MigrationOperation.IsDestructiveChange.) |
|
MigrationId | Gets the name of the migration being affected. |
|
Table | Gets the name of the migrations history table. |