Freigeben über


DatabaseLogFormatter.LogCommand<TResult> Methode

Definition

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: