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