次の方法で共有


OperationExecutor.OperationBase コンストラクター

定義

オーバーロード

OperationExecutor.OperationBase(IOperationResultHandler)

OperationExecutor.OperationBase クラスの新しいインスタンスを初期化します。

OperationExecutor.OperationBase(Object)

OperationExecutor.OperationBase クラスの新しいインスタンスを初期化します。

OperationExecutor.OperationBase(IOperationResultHandler)

ソース:
OperationExecutor.cs
ソース:
OperationExecutor.cs
ソース:
OperationExecutor.cs
ソース:
OperationExecutor.cs
ソース:
OperationExecutor.cs
ソース:
OperationExecutor.cs
ソース:
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)

ソース:
OperationExecutor.cs
ソース:
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)

パラメーター

resultHandler
Object

IOperationResultHandler

適用対象