IHistoryRepository.GetAppliedMigrations Yöntem

Tanım

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

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)

Döndürülenler

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

Şunlara uygulanır