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

IReadOnlyList<HistoryRow>

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

Şunlara uygulanır