Condividi tramite


DatabaseLogFormatter.LogCommand<TResult> Metodo

Definizione

Chiamato per registrare un comando che sta per essere eseguito. Eseguire l'override di questo metodo per modificare la modalità di registrazione del comando in System.Data.Entity.Infrastructure.Interception.DatabaseLogFormatter.WriteAction.

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))

Parametri di tipo

TResult

Tipo dei risultati dell'operazione.

Parametri

command
DbCommand

Comando da registrare.

interceptionContext
DbCommandInterceptionContext<TResult>

Informazioni contestuali associate al comando.

Si applica a