Sdílet prostřednictvím


OperationExecutor.GetMigrations Třída

Definice

Představuje operaci pro výpis dostupných migrací.

public class OperationExecutor.GetMigrations : Microsoft.EntityFrameworkCore.Design.OperationExecutor.OperationBase
type OperationExecutor.GetMigrations = class
    inherit OperationExecutor.OperationBase
Public Class OperationExecutor.GetMigrations
Inherits OperationExecutor.OperationBase
Dědičnost
OperationExecutor.GetMigrations
Dědičnost
OperationExecutor.GetMigrations

Konstruktory

OperationExecutor.GetMigrations(OperationExecutor, IOperationResultHandler, IDictionary)

Inicializuje novou instanci OperationExecutor.GetMigrations třídy .

OperationExecutor.GetMigrations(OperationExecutor, Object, IDictionary)

Inicializuje novou instanci OperationExecutor.GetMigrations třídy .

Podporuje následující argumenty args :

contextType--The DbContext , který se má použít.

Metody

Execute(Action)

Spustí akci, která předává výjimky do objektu IOperationResultHandler.

(Zděděno od OperationExecutor.OperationBase)
Execute<T>(Func<IEnumerable<T>>)

Provede akci předání výsledků nebo výjimek do objektu IOperationResultHandler.

(Zděděno od OperationExecutor.OperationBase)
Execute<T>(Func<T>)

Provede akci předání výsledku nebo výjimek do objektu IOperationResultHandler.

(Zděděno od OperationExecutor.OperationBase)

Platí pro