Udostępnij za pośrednictwem


DatabaseLogFormatter.ScalarExecuting Metoda

Definicja

Ta metoda jest wywoływana przed wywołaniem ExecuteScalar() metody lub jednym z jego odpowiedników asynchronicznych. Domyślne wywołania Executing<TResult>(DbCommand, DbCommandInterceptionContext<TResult>) implementacji i uruchamia stoper zwrócony z GetStopwatch(DbCommandInterceptionContext)elementu .

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

Parametry

command
DbCommand

Wykonywane polecenie.

interceptionContext
DbCommandInterceptionContext<Object>

Informacje kontekstowe skojarzone z wywołaniem.

Implementuje

Dotyczy