DatabaseLogFormatter.Executed<TResult> 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.
Wird immer dann aufgerufen, wenn die Ausführung eines Befehls abgeschlossen ist. Die Standardimplementierung dieser Methode filtert nach DbContext , Contextfalls vorhanden, und ruft dann auf LogResult<TResult>(DbCommand, DbCommandInterceptionContext<TResult>). Diese Methode wird in der Regel nur überschrieben, um das Verhalten der Kontextfilterung zu ändern.
public virtual void Executed<TResult> (System.Data.Common.DbCommand command, System.Data.Entity.Infrastructure.Interception.DbCommandInterceptionContext<TResult> interceptionContext);
abstract member Executed : System.Data.Common.DbCommand * System.Data.Entity.Infrastructure.Interception.DbCommandInterceptionContext<'Result> -> unit
override this.Executed : System.Data.Common.DbCommand * System.Data.Entity.Infrastructure.Interception.DbCommandInterceptionContext<'Result> -> unit
Public Overridable Sub Executed(Of TResult) (command As DbCommand, interceptionContext As DbCommandInterceptionContext(Of TResult))
Typparameter
- TResult
Der Typ der Ergebnisse des Vorgangs.
Parameter
- command
- DbCommand
Der ausgeführte Befehl.
- interceptionContext
- DbCommandInterceptionContext<TResult>
Kontextinformationen, die dem Befehl zugeordnet sind.
Gilt für:
Entity Framework