DeleteHistoryOperation Class
Entity Framework 5.0
Represents deleting a new record from 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.MigrationOperation
System.Data.Entity.Migrations.Model.HistoryOperation
System.Data.Entity.Migrations.Model.DeleteHistoryOperation
Namespace: System.Data.Entity.Migrations.Model
Assembly: EntityFramework (in EntityFramework.dll)
The DeleteHistoryOperation type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DeleteHistoryOperation | Initializes a new instance of the DeleteHistoryOperation class. |
| 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. (Inherited from HistoryOperation.) |
![]() | MigrationId | Gets the name of the migration being affected. (Inherited from HistoryOperation.) |
![]() | Table | Gets the name of the migrations history table. (Inherited from HistoryOperation.) |
Show:
