HistoryRow Class
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.