Freigeben über


IDbCommandInterceptor.ReaderExecuting Methode

Definition

Diese Methode wird aufgerufen, ExecuteReader(CommandBehavior) bevor ein Aufruf von oder einer ihrer asynchronen Entsprechungen erfolgt.

public 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
Public 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.

Gilt für: