Dela via


OperationExecutor.GetContextTypes Constructors

Definition

Overloads

OperationExecutor.GetContextTypes(OperationExecutor, IOperationResultHandler, IDictionary)

Initializes a new instance of the OperationExecutor.GetContextTypes class.

OperationExecutor.GetContextTypes(OperationExecutor, Object, IDictionary)

Initializes a new instance of the OperationExecutor.GetContextTypes class.

No arguments are currently supported by args.

OperationExecutor.GetContextTypes(OperationExecutor, IOperationResultHandler, IDictionary)

Initializes a new instance of the OperationExecutor.GetContextTypes class.

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)

Parameters

executor
OperationExecutor

The operation executor.

args
IDictionary

The operation arguments.

Remarks

No arguments are currently supported by args.

Applies to

OperationExecutor.GetContextTypes(OperationExecutor, Object, IDictionary)

Initializes a new instance of the OperationExecutor.GetContextTypes class.

No arguments are currently supported by args.

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)

Parameters

executor
OperationExecutor

The operation executor.

resultHandler
Object

The IOperationResultHandler.

args
IDictionary

The operation arguments.

Applies to