Partager via


DbCommandInterceptor.ScalarExecuted Méthode

Définition

Cette méthode est appelée après un appel à ou à ExecuteScalar() l’un de ses équivalents asynchrones. Le résultat utilisé par Entity Framework peut être modifié en définissant Result.

public virtual void ScalarExecuted (System.Data.Common.DbCommand command, System.Data.Entity.Infrastructure.Interception.DbCommandInterceptionContext<object> interceptionContext);
abstract member ScalarExecuted : System.Data.Common.DbCommand * System.Data.Entity.Infrastructure.Interception.DbCommandInterceptionContext<obj> -> unit
override this.ScalarExecuted : System.Data.Common.DbCommand * System.Data.Entity.Infrastructure.Interception.DbCommandInterceptionContext<obj> -> unit
Public Overridable Sub ScalarExecuted (command As DbCommand, interceptionContext As DbCommandInterceptionContext(Of Object))

Paramètres

command
DbCommand

Commande en cours d’exécution.

interceptionContext
DbCommandInterceptionContext<Object>

Informations contextuelles associées à l’appel.

Implémente

S’applique à