InsertHistoryOperation Class
Entity Framework 5.0
Represents inserting a new record into 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.InsertHistoryOperation
System.Data.Entity.Migrations.Model.MigrationOperation
System.Data.Entity.Migrations.Model.HistoryOperation
System.Data.Entity.Migrations.Model.InsertHistoryOperation
Namespace: System.Data.Entity.Migrations.Model
Assembly: EntityFramework (in EntityFramework.dll)
The InsertHistoryOperation type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | InsertHistoryOperation | Initializes a new instance of the InsertHistoryOperation 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 {insert text here}. (Overrides HistoryOperation.IsDestructiveChange.) |
![]() | MigrationId | Gets the name of the migration being affected. (Inherited from HistoryOperation.) |
![]() | Model | Gets the value to store in the history table representing the target model of the migration. |
![]() | ProductVersion | Gets the value to store in the history table indicating the version of Entity Framework used to produce this migration. |
![]() | Table | Gets the name of the migrations history table. (Inherited from HistoryOperation.) |
Show:
