Partager via


DbCommandDispatcher.Reader(DbCommand, DbCommandInterceptionContext) Méthode

Définition

public virtual System.Data.Common.DbDataReader Reader (System.Data.Common.DbCommand command, System.Data.Entity.Infrastructure.Interception.DbCommandInterceptionContext interceptionContext);
abstract member Reader : System.Data.Common.DbCommand * System.Data.Entity.Infrastructure.Interception.DbCommandInterceptionContext -> System.Data.Common.DbDataReader
override this.Reader : System.Data.Common.DbCommand * System.Data.Entity.Infrastructure.Interception.DbCommandInterceptionContext -> System.Data.Common.DbDataReader
Public Overridable Function Reader (command As DbCommand, interceptionContext As DbCommandInterceptionContext) As DbDataReader

Paramètres

command
DbCommand

Commande sur laquelle l’opération sera exécutée.

interceptionContext
DbCommandInterceptionContext

Informations facultatives sur le contexte de l’appel effectué.

Retours

Résultat de l’opération, qui a peut-être été modifié par des intercepteurs.

Remarques

Notez que le résultat de l’exécution de la commande est retourné par cette méthode. Le résultat n’est pas disponible dans le contexte d’interception transmis à cette méthode, car le contexte d’interception est cloné avant d’être transmis aux intercepteurs.

S’applique à