Freigeben über


OperationExecutor.GetContextTypes Konstruktoren

Definition

Überlädt

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.

OperationExecutor.GetContextTypes(OperationExecutor, IOperationResultHandler, IDictionary)

Initialisiert eine neue Instanz der OperationExecutor.GetContextTypes-Klasse.

public GetContextTypes (Microsoft.EntityFrameworkCore.Design.OperationExecutor executor, Microsoft.EntityFrameworkCore.Design.IOperationResultHandler resultHandler, System.Collections.IDictionary args);
new Microsoft.EntityFrameworkCore.Design.OperationExecutor.GetContextTypes : Microsoft.EntityFrameworkCore.Design.OperationExecutor * Microsoft.EntityFrameworkCore.Design.IOperationResultHandler * System.Collections.IDictionary -> Microsoft.EntityFrameworkCore.Design.OperationExecutor.GetContextTypes
Public Sub New (executor As OperationExecutor, resultHandler As IOperationResultHandler, args As IDictionary)

Parameter

executor
OperationExecutor

Der Vorgangs-Executor.

args
IDictionary

Die Vorgangsargumente.

Hinweise

Derzeit werden keine Argumente von argsunterstützt.

Gilt für:

OperationExecutor.GetContextTypes(OperationExecutor, Object, IDictionary)

Initialisiert eine neue Instanz der OperationExecutor.GetContextTypes-Klasse.

Derzeit werden keine Argumente von argsunterstützt.

public GetContextTypes (Microsoft.EntityFrameworkCore.Design.OperationExecutor executor, object resultHandler, System.Collections.IDictionary args);
new Microsoft.EntityFrameworkCore.Design.OperationExecutor.GetContextTypes : Microsoft.EntityFrameworkCore.Design.OperationExecutor * obj * System.Collections.IDictionary -> Microsoft.EntityFrameworkCore.Design.OperationExecutor.GetContextTypes
Public Sub New (executor As OperationExecutor, resultHandler As Object, args As IDictionary)

Parameter

executor
OperationExecutor

Der Vorgangs-Executor.

resultHandler
Object

Die IOperationResultHandler.

args
IDictionary

Die Vorgangsargumente.

Gilt für: