TransactionHandler.ObjectContext Property

 

Gets the context for which the transaction operations will be handled.

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

public ObjectContext ObjectContext { get; private set; }

Property Value

Type: System.Data.Entity.Core.Objects.ObjectContext

The ObjectContext for which the transaction operations will be handled.