Freigeben über


DatabaseLogFormatter.ScalarExecuting Methode

Definition

Diese Methode wird aufgerufen, ExecuteScalar() bevor ein Aufruf von oder einer ihrer asynchronen Entsprechungen erfolgt. Die Standardimplementierung ruft Executing<TResult>(DbCommand, DbCommandInterceptionContext<TResult>) die von GetStopwatch(DbCommandInterceptionContext)zurückgegebene Stoppuhr auf und startet sie.

public virtual 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
override this.ScalarExecuting : System.Data.Common.DbCommand * System.Data.Entity.Infrastructure.Interception.DbCommandInterceptionContext<obj> -> unit
Public Overridable Sub ScalarExecuting (command As DbCommand, interceptionContext As DbCommandInterceptionContext(Of Object))

Parameter

command
DbCommand

Der ausgeführte Befehl.

interceptionContext
DbCommandInterceptionContext<Object>

Kontextinformationen, die dem Aufruf zugeordnet sind.

Implementiert

Gilt für: