다음을 통해 공유


DbCommandInterceptor.ReaderExecuting 메서드

정의

이 메서드는 또는 해당 비동기 대응 항목 중 하나를 호출하기 ExecuteReader(CommandBehavior) 전에 호출됩니다.

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

매개 변수

command
DbCommand

실행 중인 명령입니다.

interceptionContext
DbCommandInterceptionContext<DbDataReader>

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

구현

적용 대상