次の方法で共有


HistoryRow(String, String) コンストラクター

定義

指定したバージョンの EF Core に対して、指定された移行識別子を持つ新しい HistoryRow を作成します。

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)

パラメーター

migrationId
String

移行識別子。

productVersion
String

EF Core アセンブリの から AssemblyInformationalVersionAttribute 取得される EF Core バージョン。

適用対象