다음을 통해 공유


DatabaseLogFormatter.LogCommand<TResult> 메서드

정의

실행될 명령을 기록하기 위해 호출됩니다. 명령을 로깅하는 방법을 변경하려면 이 메서드를 재정의합니다 System.Data.Entity.Infrastructure.Interception.DatabaseLogFormatter.WriteAction.

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

형식 매개 변수

TResult

작업 결과의 형식입니다.

매개 변수

command
DbCommand

기록할 명령입니다.

interceptionContext
DbCommandInterceptionContext<TResult>

명령과 연결된 컨텍스트 정보입니다.

적용 대상