DatabaseLogFormatter.NonQueryExecuting Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Ta metoda jest wywoływana przed wywołaniem metody ExecuteNonQuery() lub jednego z jej odpowiedników asynchronicznych. Domyślne wywołania Executing<TResult>(DbCommand, DbCommandInterceptionContext<TResult>) implementacji i uruchamia stoper zwrócony 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
Wykonywane polecenie.
- interceptionContext
- DbCommandInterceptionContext<Int32>
Informacje kontekstowe skojarzone z wywołaniem.