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