The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
HistoryRow Class
Entity Framework 6.0
This class is used by Code First Migrations to read and write migration history from the database.
Assembly: EntityFramework (in EntityFramework.dll)
| Name | Description | |
|---|---|---|
![]() | HistoryRow() | Initializes a new instance of the HistoryRow class. |
| Name | Description | |
|---|---|---|
![]() | ContextKey | Gets or sets a key representing to which context the row applies. |
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


