Поделиться через


DatabaseLogFormatter.LogCommand<TResult> Метод

Определение

Вызывается для регистрации команды, которая должна быть выполнена. Переопределите этот метод, чтобы изменить способ ведения журнала команды в 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))

Параметры типа

TResult

Тип результатов операции.

Параметры

command
DbCommand

Команда, записываемая в журнал.

interceptionContext
DbCommandInterceptionContext<TResult>

Контекстные сведения, связанные с командой .

Применяется к