DatabaseLogFormatter.LogCommand<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 aufgerufen, um einen Befehl zu protokollieren, der gerade ausgeführt werden soll. Überschreiben Sie diese Methode, um zu ändern, wie der Befehl in protokolliert System.Data.Entity.Infrastructure.Interception.DatabaseLogFormatter.WriteActionwird.
public virtual void LogCommand<TResult> (System.Data.Common.DbCommand command, System.Data.Entity.Infrastructure.Interception.DbCommandInterceptionContext<TResult> interceptionContext);
abstract member LogCommand : System.Data.Common.DbCommand * System.Data.Entity.Infrastructure.Interception.DbCommandInterceptionContext<'Result> -> unit
override this.LogCommand : System.Data.Common.DbCommand * System.Data.Entity.Infrastructure.Interception.DbCommandInterceptionContext<'Result> -> unit
Public Overridable Sub LogCommand(Of TResult) (command As DbCommand, interceptionContext As DbCommandInterceptionContext(Of TResult))
Typparameter
- TResult
Der Typ der Ergebnisse des Vorgangs.
Parameter
- command
- DbCommand
Der zu protokollierende Befehl.
- interceptionContext
- DbCommandInterceptionContext<TResult>
Kontextinformationen, die dem Befehl zugeordnet sind.
Gilt für:
Entity Framework