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


TransactionHandler.Opened Метод

Определение

Может быть реализована в производном классе.

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

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

Реализации

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

См. также раздел