Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ObjectContext::TransactionHandler Property

Entity Framework 6.0
 

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:
property TransactionHandler^ TransactionHandler {
	TransactionHandler^ get();
}

Property Value

Type: System.Data.Entity.Infrastructure::TransactionHandler^

The transaction handler.

Return to top
Show: