次の方法で共有


OperationExecutor.GetContextTypes コンストラクター

定義

オーバーロード

OperationExecutor.GetContextTypes(OperationExecutor, IOperationResultHandler, IDictionary)

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

OperationExecutor.GetContextTypes(OperationExecutor, Object, IDictionary)

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

現在、 で argsサポートされている引数はありません。

OperationExecutor.GetContextTypes(OperationExecutor, IOperationResultHandler, IDictionary)

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

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)

パラメーター

executor
OperationExecutor

操作 Executor。

args
IDictionary

操作の引数。

注釈

現在、 で argsサポートされている引数はありません。

適用対象

OperationExecutor.GetContextTypes(OperationExecutor, Object, IDictionary)

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

現在、 で 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)

パラメーター

executor
OperationExecutor

操作 Executor。

resultHandler
Object

IOperationResultHandler

args
IDictionary

操作の引数。

適用対象