HistoryRow(String, String) Oluşturucu

Tanım

EF Core'un belirli bir sürümü için verilen geçiş tanımlayıcısıyla yeni HistoryRow bir oluşturur.

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)

Parametreler

migrationId
String

Geçiş tanımlayıcısı.

productVersion
String

EF Core derlemesinden AssemblyInformationalVersionAttribute alınan EF Core sürümü.

Şunlara uygulanır