HistoryRow Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An entity type that represents a row in the Migrations history table.
public class HistoryRow
[System.Runtime.CompilerServices.Nullable(0)]
public class HistoryRow
type HistoryRow = class
[<System.Runtime.CompilerServices.Nullable(0)>]
type HistoryRow = class
Public Class HistoryRow
- Inheritance
-
HistoryRow
- Attributes
Remarks
See Database migrations for more information and examples.
Constructors
| Name | Description |
|---|---|
| HistoryRow(String, String) |
Creates a new HistoryRow with the given migration identifier for the given version of EF Core. |
Properties
| Name | Description |
|---|---|
| MigrationId |
The migration identifier. |
| ProductVersion |
The EF Core version, as obtained from the AssemblyInformationalVersionAttribute of the EF Core assembly. |