OperationExecutor.OperationBase 构造函数

定义

重载

OperationExecutor.OperationBase(IOperationResultHandler)

初始化 OperationExecutor.OperationBase 类的新实例。

OperationExecutor.OperationBase(Object)

初始化 OperationExecutor.OperationBase 类的新实例。

OperationExecutor.OperationBase(IOperationResultHandler)

Source:
OperationExecutor.cs
Source:
OperationExecutor.cs
Source:
OperationExecutor.cs
Source:
OperationExecutor.cs
Source:
OperationExecutor.cs
Source:
OperationExecutor.cs
Source:
OperationExecutor.cs

初始化 OperationExecutor.OperationBase 类的新实例。

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)

参数

适用于

OperationExecutor.OperationBase(Object)

Source:
OperationExecutor.cs
Source:
OperationExecutor.cs

初始化 OperationExecutor.OperationBase 类的新实例。

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

参数

适用于