Udostępnij za pośrednictwem


DatabaseLogFormatter.LogCommand<TResult> Metoda

Definicja

Wywoływana w celu zarejestrowania polecenia, które ma zostać wykonane. Zastąpij tę metodę, aby zmienić sposób rejestrowania polecenia na 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))

Parametry typu

TResult

Typ wyników operacji.

Parametry

command
DbCommand

Polecenie do zarejestrowania.

interceptionContext
DbCommandInterceptionContext<TResult>

Informacje kontekstowe skojarzone z poleceniem .

Dotyczy