HistoryRow(String, String) Constructor

Definition

Creates a new HistoryRow with the given migration identifier for the given version of EF Core.

public HistoryRow (string migrationId, string productVersion);
new Microsoft.EntityFrameworkCore.Migrations.HistoryRow : string * string -> Microsoft.EntityFrameworkCore.Migrations.HistoryRow
Public Sub New (migrationId As String, productVersion As String)

Parameters

migrationId
String

The migration identifier.

productVersion
String

The EF Core version, which is obtained from the AssemblyInformationalVersionAttribute of the EF Core assembly.

Applies to