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