Share via


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>

与调用关联的上下文信息。

实现

适用于