ObjectContext.TransactionHandler Property

Definition

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

public System.Data.Entity.Infrastructure.TransactionHandler TransactionHandler { get; }
member this.TransactionHandler : System.Data.Entity.Infrastructure.TransactionHandler
Public ReadOnly Property TransactionHandler As TransactionHandler

Property Value

The transaction handler.

Applies to