IDbCommandInterceptor.ReaderExecuted Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Cette méthode est appelée après un appel à ou à ExecuteReader(CommandBehavior) l’un de ses équivalents asynchrones. Le résultat utilisé par Entity Framework peut être modifié en définissant Result.
public void ReaderExecuted (System.Data.Common.DbCommand command, System.Data.Entity.Infrastructure.Interception.DbCommandInterceptionContext<System.Data.Common.DbDataReader> interceptionContext);
abstract member ReaderExecuted : System.Data.Common.DbCommand * System.Data.Entity.Infrastructure.Interception.DbCommandInterceptionContext<System.Data.Common.DbDataReader> -> unit
Public Sub ReaderExecuted (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.
Remarques
Pour les opérations asynchrones, cette méthode n’est appelée qu’après la fin ou l’échec de la tâche asynchrone.