Share via


IHistoryRepository.GetAppliedMigrations Methode

Definition

Fragt die Verlaufstabelle für alle angewendeten Migrationen ab.

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)

Gibt zurück

Die Liste der angewendeten Migrationen als HistoryRow Entitäten.

Gilt für: