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


TransactionHandler.EnlistedTransaction Метод

Определение

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

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

Параметры

connection
DbConnection

Соединение.

interceptionContext
EnlistTransactionInterceptionContext

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

Реализации

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

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