OperationExecutor.OperationBase Constructors

Definition

Overloads

OperationExecutor.OperationBase(IOperationResultHandler)

Initializes a new instance of the OperationExecutor.OperationBase class.

OperationExecutor.OperationBase(Object)

Initializes a new instance of the OperationExecutor.OperationBase class.

OperationExecutor.OperationBase(IOperationResultHandler)

Initializes a new instance of the OperationExecutor.OperationBase class.

protected OperationBase (Microsoft.EntityFrameworkCore.Design.IOperationResultHandler resultHandler);
new Microsoft.EntityFrameworkCore.Design.OperationExecutor.OperationBase : Microsoft.EntityFrameworkCore.Design.IOperationResultHandler -> Microsoft.EntityFrameworkCore.Design.OperationExecutor.OperationBase
Protected Sub New (resultHandler As IOperationResultHandler)

Parameters

Applies to

OperationExecutor.OperationBase(Object)

Initializes a new instance of the OperationExecutor.OperationBase class.

protected OperationBase (object resultHandler);
new Microsoft.EntityFrameworkCore.Design.OperationExecutor.OperationBase : obj -> Microsoft.EntityFrameworkCore.Design.OperationExecutor.OperationBase
Protected Sub New (resultHandler As Object)

Parameters

resultHandler
Object

The IOperationResultHandler.

Applies to