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
type HistoryRow = class
Public Class HistoryRow
- Inheritance
-
HistoryRow
Remarks
See Database migrations for more information and examples.
Constructors
HistoryRow(String, String) |
Creates a new HistoryRow with the given migration identifier for the given version of EF Core. |
Properties
MigrationId |
The migration identifier. |
ProductVersion |
The EF Core version, as obtained from the AssemblyInformationalVersionAttribute of the EF Core assembly. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework