DatabaseLogFormatter.ScalarExecuted 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 po wywołaniu metody ExecuteScalar() lub utworzeniu jednego z jego odpowiedników asynchronicznych. Domyślna implementacja zatrzymuje stoper zwracany z GetStopwatch(DbCommandInterceptionContext) polecenia i wywołuje metodę Executed<TResult>(DbCommand, DbCommandInterceptionContext<TResult>).
public virtual void ScalarExecuted (System.Data.Common.DbCommand command, System.Data.Entity.Infrastructure.Interception.DbCommandInterceptionContext<object> interceptionContext);
abstract member ScalarExecuted : System.Data.Common.DbCommand * System.Data.Entity.Infrastructure.Interception.DbCommandInterceptionContext<obj> -> unit
override this.ScalarExecuted : System.Data.Common.DbCommand * System.Data.Entity.Infrastructure.Interception.DbCommandInterceptionContext<obj> -> unit
Public Overridable Sub ScalarExecuted (command As DbCommand, interceptionContext As DbCommandInterceptionContext(Of Object))
Parametry
- command
- DbCommand
Wykonywane polecenie.
- interceptionContext
- DbCommandInterceptionContext<Object>
Informacje kontekstowe skojarzone z wywołaniem.