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


TransactionHandler.EnlistingTransaction Метод

Определение

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

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

Параметры

connection
DbConnection

Соединение.

interceptionContext
EnlistTransactionInterceptionContext

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

Реализации

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

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