DatabaseLogFormatter.LogParameter<TResult> 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
각 매개 변수를 기록하기 위해 에 의해 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
기록할 매개 변수입니다.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Entity Framework