다음을 통해 공유


DatabaseLogFormatter.LogParameter<TResult> 메서드

정의

각 매개 변수를 기록하기 위해 에 의해 LogCommand<TResult>(DbCommand, DbCommandInterceptionContext<TResult>) 호출됩니다. 이 메서드는 의 재정의 LogCommand<TResult>(DbCommand, DbCommandInterceptionContext<TResult>) 된 구현에서 로그 매개 변수로 호출할 수 있으며 매개 변수가 로 기록 System.Data.Entity.Infrastructure.Interception.DatabaseLogFormatter.WriteAction되는 방식을 변경하기 위해 재정의될 수 있습니다.

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

형식 매개 변수

TResult

작업 결과의 형식입니다.

매개 변수

command
DbCommand

기록되는 명령입니다.

interceptionContext
DbCommandInterceptionContext<TResult>

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

parameter
DbParameter

기록할 매개 변수입니다.

적용 대상