ObjectContext.ContextOptions Property

Definition

Gets the ObjectContextOptions instance that contains options that affect the behavior of the ObjectContext .

public virtual System.Data.Entity.Core.Objects.ObjectContextOptions ContextOptions { get; }
member this.ContextOptions : System.Data.Entity.Core.Objects.ObjectContextOptions
Public Overridable ReadOnly Property ContextOptions As ObjectContextOptions

Property Value

The ObjectContextOptions instance that contains options that affect the behavior of the ObjectContext .

Applies to