DatabaseLogFormatter.ReaderExecuting Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Diese Methode wird aufgerufen, ExecuteReader(CommandBehavior) bevor ein Aufruf von oder einer ihrer asynchronen Entsprechungen erfolgt. Die Standardimplementierung ruft Executing<TResult>(DbCommand, DbCommandInterceptionContext<TResult>) die von GetStopwatch(DbCommandInterceptionContext)zurückgegebene Stoppuhr auf und startet sie.
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))
Parameter
- command
- DbCommand
Der ausgeführte Befehl.
- interceptionContext
- DbCommandInterceptionContext<DbDataReader>
Kontextinformationen, die dem Aufruf zugeordnet sind.
Implementiert
Gilt für:
Entity Framework