Udostępnij przez


OperationExecutor.GetMigrations Klasa

Definicja

Reprezentuje operację wyświetlania listy dostępnych migracji.

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

Konstruktory

OperationExecutor.GetMigrations(OperationExecutor, IOperationResultHandler, IDictionary)

Inicjuje nowe wystąpienie klasy OperationExecutor.GetMigrations.

OperationExecutor.GetMigrations(OperationExecutor, Object, IDictionary)

Inicjuje nowe wystąpienie klasy OperationExecutor.GetMigrations.

Argumenty obsługiwane przez args usługę to:

contextType--Do DbContext użycia.

Metody

Execute(Action)

Wykonuje akcję przekazującą wyjątki do elementu IOperationResultHandler.

(Odziedziczone po OperationExecutor.OperationBase)
Execute<T>(Func<IEnumerable<T>>)

Wykonuje akcję przekazującą wyniki lub wyjątki do elementu IOperationResultHandler.

(Odziedziczone po OperationExecutor.OperationBase)
Execute<T>(Func<T>)

Wykonuje akcję przekazującą wynik lub wyjątki do elementu IOperationResultHandler.

(Odziedziczone po OperationExecutor.OperationBase)

Dotyczy