TransactionHandler.ObjectContext Property

Definition

Gets the context.

public System.Data.Entity.Core.Objects.ObjectContext ObjectContext { get; }
member this.ObjectContext : System.Data.Entity.Core.Objects.ObjectContext
Public ReadOnly Property ObjectContext As ObjectContext

Property Value

The ObjectContext for which the transaction operations will be handled.

Applies to