Partager via


DbCommandDispatcher.Scalar(DbCommand, DbCommandInterceptionContext) Méthode

Définition

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

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 peut avoir été modifié par les 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 passé dans cette méthode, car le contexte d’interception est cloné avant d’être transmis aux intercepteurs.

S’applique à