Sdílet prostřednictvím


IHistoryRepository.GetAppliedMigrations Metoda

Definice

Dotazuje tabulku historie na všechny použité migrace.

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)

Návraty

Seznam použitých migrací jako HistoryRow entit.

Platí pro