次の方法で共有


OperationExecutor.GetContextInfo クラス

定義

型に関する情報を取得する操作を DbContext 表します。

public class OperationExecutor.GetContextInfo : Microsoft.EntityFrameworkCore.Design.OperationExecutor.OperationBase
type OperationExecutor.GetContextInfo = class
    inherit OperationExecutor.OperationBase
Public Class OperationExecutor.GetContextInfo
Inherits OperationExecutor.OperationBase
継承
OperationExecutor.GetContextInfo
継承
OperationExecutor.GetContextInfo

コンストラクター

OperationExecutor.GetContextInfo(OperationExecutor, IOperationResultHandler, IDictionary)

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

OperationExecutor.GetContextInfo(OperationExecutor, Object, IDictionary)

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

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

contextType--使用 DbContext する型。

メソッド

Execute(Action)

に例外を渡すアクションを実行します IOperationResultHandler

(継承元 OperationExecutor.OperationBase)
Execute<T>(Func<IEnumerable<T>>)

結果または例外を に渡すアクションを実行します IOperationResultHandler

(継承元 OperationExecutor.OperationBase)
Execute<T>(Func<T>)

結果または例外を に渡すアクションを実行します IOperationResultHandler

(継承元 OperationExecutor.OperationBase)

適用対象