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


CommitFailureHandler.BeganTransaction Метод

Определение

Сохраняет данные отслеживания для новой транзакции в базе данных в той же транзакции.

public override void BeganTransaction (System.Data.Common.DbConnection connection, System.Data.Entity.Infrastructure.Interception.BeginTransactionInterceptionContext interceptionContext);
override this.BeganTransaction : System.Data.Common.DbConnection * System.Data.Entity.Infrastructure.Interception.BeginTransactionInterceptionContext -> unit
Public Overrides Sub BeganTransaction (connection As DbConnection, interceptionContext As BeginTransactionInterceptionContext)

Параметры

connection
DbConnection

Соединение, которое начало транзакцию.

interceptionContext
BeginTransactionInterceptionContext

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

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

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