次の方法で共有


IDbCommandInterceptor.ScalarExecuting メソッド

定義

このメソッドは、 またはその非同期に対応する呼び出しが行われる前に呼び出 ExecuteScalar() されます。

public void ScalarExecuting (System.Data.Common.DbCommand command, System.Data.Entity.Infrastructure.Interception.DbCommandInterceptionContext<object> interceptionContext);
abstract member ScalarExecuting : System.Data.Common.DbCommand * System.Data.Entity.Infrastructure.Interception.DbCommandInterceptionContext<obj> -> unit
Public Sub ScalarExecuting (command As DbCommand, interceptionContext As DbCommandInterceptionContext(Of Object))

パラメーター

command
DbCommand

実行中のコマンド。

interceptionContext
DbCommandInterceptionContext<Object>

呼び出しに関連付けられているコンテキスト情報。

適用対象