HistoryRepository.GetAppliedMigrations Yöntem

Tanım

Uygulanan tüm geçişler için geçmiş tablosu sorgular.

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)

Döndürülenler

IReadOnlyList<HistoryRow>

Varlık olarak uygulanan geçişlerin HistoryRow listesi.

Uygulamalar

Şunlara uygulanır