Sdílet prostřednictvím


DatabaseLogFormatter.NonQueryExecuting Metoda

Definice

Tato metoda je volána před voláním ExecuteNonQuery() nebo jedním z jejích asynchronních protějšků. Výchozí implementace zavolá Executing<TResult>(DbCommand, DbCommandInterceptionContext<TResult>) a spustí stopky vrácené z GetStopwatch(DbCommandInterceptionContext).

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))

Parametry

command
DbCommand

Spouští se příkaz.

interceptionContext
DbCommandInterceptionContext<Int32>

Kontextové informace spojené s voláním

Implementuje

Platí pro