Share via


OperationExecutor.GetContextInfo Constructors

Definition

Overloads

OperationExecutor.GetContextInfo(OperationExecutor, IOperationResultHandler, IDictionary)

Initializes a new instance of the OperationExecutor.GetContextInfo class.

OperationExecutor.GetContextInfo(OperationExecutor, Object, IDictionary)

Initializes a new instance of the OperationExecutor.GetContextInfo class.

The arguments supported by args are:

contextType--The DbContext type to use.

OperationExecutor.GetContextInfo(OperationExecutor, IOperationResultHandler, IDictionary)

Initializes a new instance of the OperationExecutor.GetContextInfo class.

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

Parameters

executor
OperationExecutor

The operation executor.

args
IDictionary

The operation arguments.

Remarks

The arguments supported by args are:

contextType--The DbContext type to use.

Applies to

OperationExecutor.GetContextInfo(OperationExecutor, Object, IDictionary)

Initializes a new instance of the OperationExecutor.GetContextInfo class.

The arguments supported by args are:

contextType--The DbContext type to use.

public GetContextInfo (Microsoft.EntityFrameworkCore.Design.OperationExecutor executor, object resultHandler, System.Collections.IDictionary args);
new Microsoft.EntityFrameworkCore.Design.OperationExecutor.GetContextInfo : Microsoft.EntityFrameworkCore.Design.OperationExecutor * obj * System.Collections.IDictionary -> Microsoft.EntityFrameworkCore.Design.OperationExecutor.GetContextInfo
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