HistoryOperation Class
Entity Framework 5.0
Common base class for operations that affect the migrations history table. The migrations history table is used to store a log of the migrations that have been applied to the database.
System.Object
System.Data.Entity.Migrations.Model.MigrationOperation
System.Data.Entity.Migrations.Model.HistoryOperation
System.Data.Entity.Migrations.Model.DeleteHistoryOperation
System.Data.Entity.Migrations.Model.InsertHistoryOperation
System.Data.Entity.Migrations.Model.MigrationOperation
System.Data.Entity.Migrations.Model.HistoryOperation
System.Data.Entity.Migrations.Model.DeleteHistoryOperation
System.Data.Entity.Migrations.Model.InsertHistoryOperation
Namespace: System.Data.Entity.Migrations.Model
Assembly: EntityFramework (in EntityFramework.dll)
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. |
Show:
