IDbCommandInterceptor.ScalarExecuting Method

Definition

This method is called before a call to ExecuteScalar() or one of its async counterparts is made.

public void ScalarExecuting (System.Data.Common.DbCommand command, System.Data.Entity.Infrastructure.Interception.DbCommandInterceptionContext<object> interceptionContext);
abstract member ScalarExecuting : System.Data.Common.DbCommand * System.Data.Entity.Infrastructure.Interception.DbCommandInterceptionContext<obj> -> unit
Public Sub ScalarExecuting (command As DbCommand, interceptionContext As DbCommandInterceptionContext(Of Object))

Parameters

command
DbCommand

The command being executed.

interceptionContext
DbCommandInterceptionContext<Object>

Contextual information associated with the call.

Applies to