次の方法で共有


DbCommandInterceptionContext<TResult>.WithCommandBehavior メソッド

定義

指定した と共に、このインターセプト コンテキスト内のすべてのコンテキスト情報を含む新しい DbCommandInterceptionContext<TResult> を作成します CommandBehavior

public System.Data.Entity.Infrastructure.Interception.DbCommandInterceptionContext<TResult> WithCommandBehavior (System.Data.CommandBehavior commandBehavior);
override this.WithCommandBehavior : System.Data.CommandBehavior -> System.Data.Entity.Infrastructure.Interception.DbCommandInterceptionContext<'Result>

パラメーター

commandBehavior
CommandBehavior

関連付けるコマンドの動作。

戻り値

指定されたコマンド動作に関連付けられた新しいインターセプト コンテキスト。

適用対象