Share via


OperationExecutor.GetMigrations Klasse

Definition

Stellt einen Vorgang zum Auflisten verfügbarer Migrationen dar.

public class OperationExecutor.GetMigrations : Microsoft.EntityFrameworkCore.Design.OperationExecutor.OperationBase
type OperationExecutor.GetMigrations = class
    inherit OperationExecutor.OperationBase
Public Class OperationExecutor.GetMigrations
Inherits OperationExecutor.OperationBase
Vererbung
OperationExecutor.GetMigrations
Vererbung
OperationExecutor.GetMigrations

Konstruktoren

OperationExecutor.GetMigrations(OperationExecutor, IOperationResultHandler, IDictionary)

Initialisiert eine neue Instanz der OperationExecutor.GetMigrations-Klasse.

OperationExecutor.GetMigrations(OperationExecutor, Object, IDictionary)

Initialisiert eine neue Instanz der OperationExecutor.GetMigrations-Klasse.

Folgende Argumente werden von args unterstützt:

contextType--Die DbContext zu verwendende.

Methoden

Execute(Action)

Führt eine Aktion aus, die Ausnahmen an das IOperationResultHandlerübergibt.

(Geerbt von OperationExecutor.OperationBase)
Execute<T>(Func<IEnumerable<T>>)

Führt eine Aktion aus, die Ergebnisse oder Ausnahmen an das IOperationResultHandlerübergibt.

(Geerbt von OperationExecutor.OperationBase)
Execute<T>(Func<T>)

Führt eine Aktion aus, die das Ergebnis oder die Ausnahmen an das IOperationResultHandlerübergibt.

(Geerbt von OperationExecutor.OperationBase)

Gilt für: