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::ContextOptions Property

Entity Framework 6.0
 

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

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

public:
property ObjectContextOptions^ ContextOptions {
	virtual ObjectContextOptions^ get();
}

Property Value

Type: System.Data.Entity.Core.Objects::ObjectContextOptions^

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

Return to top
Show: