다음을 통해 공유


DatabaseLogFormatter.ScalarExecuted 메서드

정의

이 메서드는 또는 해당 비동기 대응 항목 중 하나를 호출 ExecuteScalar() 한 후에 호출됩니다. 기본 구현은 에서 반환된 GetStopwatch(DbCommandInterceptionContext) stopwatch를 중지하고 를 호출합니다 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>

호출과 관련된 컨텍스트 정보입니다.

구현

적용 대상