共用方式為


IHistoryRepository.GetAppliedMigrations 方法

定義

查詢已套用的所有移轉歷程記錄資料表。

public System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Migrations.HistoryRow> GetAppliedMigrations ();
abstract member GetAppliedMigrations : unit -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Migrations.HistoryRow>
Public Function GetAppliedMigrations () As IReadOnlyList(Of HistoryRow)

傳回

已套用移轉的清單,作為 HistoryRow 實體。

適用於