Sdílet prostřednictvím


HistoryRepository.GetAppliedMigrations Metoda

Definice

Dotazuje se na tabulku historie pro všechny migrace, které byly použity.

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)

Návraty

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

Implementuje

Platí pro