HistoryRow(String, String) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
為指定的 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 元件的 取得。