Поделиться через


DatabaseLogFormatter.ReaderExecuting Метод

Определение

Этот метод вызывается перед вызовом ExecuteReader(CommandBehavior) или одним из его асинхронных аналогов. Реализация по умолчанию вызывает Executing<TResult>(DbCommand, DbCommandInterceptionContext<TResult>) и запускает секундомер, возвращаемый из GetStopwatch(DbCommandInterceptionContext).

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>

Контекстная информация, связанная с вызовом.

Реализации

Применяется к