OperationExecutor.GetContextTypes Klasse

Definition

Stellt einen Vorgang zum Auflisten verfügbarer DbContext Typen dar.

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

Konstruktoren

OperationExecutor.GetContextTypes(OperationExecutor, IOperationResultHandler, IDictionary)

Initialisiert eine neue Instanz der OperationExecutor.GetContextTypes-Klasse.

OperationExecutor.GetContextTypes(OperationExecutor, Object, IDictionary)

Initialisiert eine neue Instanz der OperationExecutor.GetContextTypes-Klasse.

Derzeit werden keine Argumente von argsunterstützt.

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: