Partager via


IDbCommandInterceptor.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 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
Public 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.

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.

S’applique à