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


IDbConnectionInterceptor.Opened Метод

Определение

Вызывается после Open() вызова или его асинхронного аналога.

public 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
Public Sub Opened (connection As DbConnection, interceptionContext As DbConnectionInterceptionContext)

Параметры

connection
DbConnection

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

interceptionContext
DbConnectionInterceptionContext

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

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