Condividi tramite


HistoryRow(String, String) Costruttore

Definizione

Crea un nuovo HistoryRow oggetto con l'identificatore di migrazione specificato per la versione specificata di 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)

Parametri

migrationId
String

Identificatore di migrazione.

productVersion
String

Versione di EF Core ottenuta dall'assembly AssemblyInformationalVersionAttribute EF Core.

Si applica a