Aracılığıyla paylaş


DatabaseLogFormatter.ReaderExecuting Yöntem

Tanım

Bu yöntem, bir çağrısı ExecuteReader(CommandBehavior) yapılmadan veya zaman uyumsuz karşılıklarından biri yapılmadan önce çağrılır. Varsayılan uygulama, 'den GetStopwatch(DbCommandInterceptionContext)döndürülen kronometreyi çağırır Executing<TResult>(DbCommand, DbCommandInterceptionContext<TResult>) ve başlatır.

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))

Parametreler

command
DbCommand

Yürütülmekte olan komut.

interceptionContext
DbCommandInterceptionContext<DbDataReader>

Çağrıyla ilişkili bağlamsal bilgiler.

Uygulamalar

Şunlara uygulanır