다음을 통해 공유


DatabaseLogFormatter.ReaderExecuted 메서드

정의

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

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

매개 변수

command
DbCommand

실행 중인 명령입니다.

interceptionContext
DbCommandInterceptionContext<DbDataReader>

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

구현

적용 대상