共用方式為


HistoryRepository.GetAppliedMigrations 方法

定義

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

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

傳回

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

實作

適用於