Udostępnij za pośrednictwem


DatabaseLogFormatter.LogResult<TResult> Metoda

Definicja

Wywoływana w celu zarejestrowania wyniku wykonania polecenia. Zastąpij tę metodę, aby zmienić sposób rejestrowania wyników w usłudze System.Data.Entity.Infrastructure.Interception.DatabaseLogFormatter.WriteAction.

public virtual void LogResult<TResult> (System.Data.Common.DbCommand command, System.Data.Entity.Infrastructure.Interception.DbCommandInterceptionContext<TResult> interceptionContext);
abstract member LogResult : System.Data.Common.DbCommand * System.Data.Entity.Infrastructure.Interception.DbCommandInterceptionContext<'Result> -> unit
override this.LogResult : System.Data.Common.DbCommand * System.Data.Entity.Infrastructure.Interception.DbCommandInterceptionContext<'Result> -> unit
Public Overridable Sub LogResult(Of TResult) (command As DbCommand, interceptionContext As DbCommandInterceptionContext(Of TResult))

Parametry typu

TResult

Typ wyników operacji.

Parametry

command
DbCommand

Rejestrowane polecenie.

interceptionContext
DbCommandInterceptionContext<TResult>

Informacje kontekstowe skojarzone z poleceniem .

Dotyczy