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


TransactionHandler.Opening Метод

Определение

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

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

Параметры

connection
DbConnection

Открываемая связь.

interceptionContext
DbConnectionInterceptionContext

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

Реализации

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

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