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

Entity Framework 6.0
 

Gets or sets the default container name.

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

public:
property String^ DefaultContainerName {
	virtual String^ get();
	virtual void set(String^ value);
}

Property Value

Type: System::String^

A String that is the default container name.

Return to top
Show: