共用方式為


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 元件的 取得。

適用於