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


DatabaseLogFormatter.ConnectionGot Метод

Определение

Не записывает данные в журнал, если не переопределен.

public virtual void ConnectionGot (System.Data.Common.DbTransaction transaction, System.Data.Entity.Infrastructure.Interception.DbTransactionInterceptionContext<System.Data.Common.DbConnection> interceptionContext);
abstract member ConnectionGot : System.Data.Common.DbTransaction * System.Data.Entity.Infrastructure.Interception.DbTransactionInterceptionContext<System.Data.Common.DbConnection> -> unit
override this.ConnectionGot : System.Data.Common.DbTransaction * System.Data.Entity.Infrastructure.Interception.DbTransactionInterceptionContext<System.Data.Common.DbConnection> -> unit
Public Overridable Sub ConnectionGot (transaction As DbTransaction, interceptionContext As DbTransactionInterceptionContext(Of DbConnection))

Параметры

transaction
DbTransaction

Транзакция.

interceptionContext
DbTransactionInterceptionContext<DbConnection>

Контекстная информация, связанная с вызовом.

Реализации

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