ObjectContext.TransactionHandler Property

 

Gets the transaction handler in use by this context. May be null if no transaction have been started.

Namespace:   System.Data.Entity.Core.Objects
Assembly:  EntityFramework (in EntityFramework.dll)

public TransactionHandler TransactionHandler { get; }

Property Value

Type: System.Data.Entity.Infrastructure.TransactionHandler

The transaction handler.