次の方法で共有


DatabaseLogFormatter.ScalarExecuted メソッド

定義

このメソッドは、 またはその非同期の呼び出しが行われた後に呼び出 ExecuteScalar() されます。 既定の実装では、 から GetStopwatch(DbCommandInterceptionContext) 返されたストップウォッチが停止し、 が呼び出されます Executed<TResult>(DbCommand, DbCommandInterceptionContext<TResult>)

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

パラメーター

command
DbCommand

実行中のコマンド。

interceptionContext
DbCommandInterceptionContext<Object>

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

実装

適用対象