Partager via


IDbCommandInterceptor.ReaderExecuting Méthode

Définition

Cette méthode est appelée avant qu’un appel à ou à ExecuteReader(CommandBehavior) l’un de ses équivalents asynchrones soit effectué.

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

Paramètres

command
DbCommand

Commande en cours d’exécution.

interceptionContext
DbCommandInterceptionContext<DbDataReader>

Informations contextuelles associées à l’appel.

S’applique à