HistoryRow Class
Entity Framework 5.0
This class is used by Code First Migrations to read and write migration history from the database. It is not intended to be used by other code and is only public so that it can be accessed by the Entity Framework when running under partial trust. It may be changed or removed in the future.
Namespace: System.Data.Entity.Migrations.History
Assembly: EntityFramework (in EntityFramework.dll)
The HistoryRow type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CreatedOn | Obsolete. Gets or sets the date and time that this migrations history entry was created. |
![]() | MigrationId | Gets or sets the ID of the migration this row represents. |
![]() | Model | Gets or sets the state of the model after this migration was applied. |
![]() | ProductVersion | Gets or sets the version of Entity Framework that created this entry. |
Show:
