다음을 통해 공유


DatabaseLogFormatter.NonQueryExecuted 메서드

정의

이 메서드는 또는 해당 비동기 대응 항목 중 하나를 호출 ExecuteNonQuery() 한 후 호출됩니다. 기본 구현은 에서 반환된 GetStopwatch(DbCommandInterceptionContext) 스톱워치를 중지하고 를 호출합니다 Executed<TResult>(DbCommand, DbCommandInterceptionContext<TResult>).

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

매개 변수

command
DbCommand

실행 중인 명령입니다.

interceptionContext
DbCommandInterceptionContext<Int32>

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

구현

적용 대상