次の方法で共有


OperationExecutor.GetContextInfo コンストラクター

定義

オーバーロード

OperationExecutor.GetContextInfo(OperationExecutor, IOperationResultHandler, IDictionary)

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

OperationExecutor.GetContextInfo(OperationExecutor, Object, IDictionary)

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

args サポートされる引数は次のとおりです。

contextType--使用 DbContext する型。

OperationExecutor.GetContextInfo(OperationExecutor, IOperationResultHandler, IDictionary)

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

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)

パラメーター

executor
OperationExecutor

操作実行プログラム。

args
IDictionary

操作の引数。

注釈

args サポートされる引数は次のとおりです。

contextType--使用 DbContext する型。

適用対象

OperationExecutor.GetContextInfo(OperationExecutor, Object, IDictionary)

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

args サポートされる引数は次のとおりです。

contextType--使用 DbContext する型。

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)

パラメーター

executor
OperationExecutor

操作実行プログラム。

resultHandler
Object

IOperationResultHandler

args
IDictionary

操作の引数。

適用対象