HistoryRepository.GetAppliedMigrations 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
查詢已套用之所有移轉的歷程記錄資料表。
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 實體。