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


DatabaseLogFormatter.Opened Метод

Определение

Вызывается после Open() вызова или его асинхронного аналога. Реализация этого метода по умолчанию фильтруется по параметру DbContextContext, если таковой есть, а затем регистрирует событие.

public virtual void Opened (System.Data.Common.DbConnection connection, System.Data.Entity.Infrastructure.Interception.DbConnectionInterceptionContext interceptionContext);
abstract member Opened : System.Data.Common.DbConnection * System.Data.Entity.Infrastructure.Interception.DbConnectionInterceptionContext -> unit
override this.Opened : System.Data.Common.DbConnection * System.Data.Entity.Infrastructure.Interception.DbConnectionInterceptionContext -> unit
Public Overridable Sub Opened (connection As DbConnection, interceptionContext As DbConnectionInterceptionContext)

Параметры

connection
DbConnection

Подключение, которое было открыто.

interceptionContext
DbConnectionInterceptionContext

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

Реализации

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