HistoryRow Class

Definition

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