Freigeben über


DatabaseLogFormatter.NonQueryExecuting Methode

Definition

Diese Methode wird aufgerufen, ExecuteNonQuery() 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 NonQueryExecuting (System.Data.Common.DbCommand command, System.Data.Entity.Infrastructure.Interception.DbCommandInterceptionContext<int> interceptionContext);
abstract member NonQueryExecuting : System.Data.Common.DbCommand * System.Data.Entity.Infrastructure.Interception.DbCommandInterceptionContext<int> -> unit
override this.NonQueryExecuting : System.Data.Common.DbCommand * System.Data.Entity.Infrastructure.Interception.DbCommandInterceptionContext<int> -> unit
Public Overridable Sub NonQueryExecuting (command As DbCommand, interceptionContext As DbCommandInterceptionContext(Of Integer))

Parameter

command
DbCommand

Der ausgeführte Befehl.

interceptionContext
DbCommandInterceptionContext<Int32>

Kontextinformationen, die dem Aufruf zugeordnet sind.

Implementiert

Gilt für: