Method NonQueryExecuting
NonQueryExecuting(DbCommand, DbCommandInterceptionContext<Int32>)
This method is called before a call to ExecuteNonQuery() or one of its async counterparts is made.
Declaration
public void NonQueryExecuting(DbCommand command, DbCommandInterceptionContext<int> interceptionContext)
Parameters
Type | Name | Description |
---|---|---|
System.Data.Common.DbCommand | command | The command being executed. |
DbCommandInterceptionContext<System.Int32> | interceptionContext | Contextual information associated with the call. |