Partager via


DbCommandInterceptor.NonQueryExecuting Méthode

Définition

Cette méthode est appelée avant qu’un appel à ou à ExecuteNonQuery() l’un de ses équivalents asynchrones soit effectué.

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

Paramètres

command
DbCommand

Commande en cours d’exécution.

interceptionContext
DbCommandInterceptionContext<Int32>

Informations contextuelles associées à l’appel.

Implémente

S’applique à