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