DatabaseLogFormatter.ScalarExecuted Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Diese Methode wird aufgerufen, ExecuteScalar() nachdem ein Aufruf von oder einer ihrer asynchronen Entsprechungen erfolgt ist. Die Standardimplementierung beendet die von GetStopwatch(DbCommandInterceptionContext) zurückgegebene Stoppüberwachung und ruft auf 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))
Parameter
- command
- DbCommand
Der ausgeführte Befehl.
- interceptionContext
- DbCommandInterceptionContext<Object>
Kontextinformationen, die dem Aufruf zugeordnet sind.
Implementiert
Gilt für:
Entity Framework