ObjectContext.DefaultContainerName Property
Gets or sets the default container name.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
DefaultContainerName never returns null; it either returns the value that was set or an empty string. The user can set this property to null, but internally the name will be set to an empty string, so the user never needs to check for both an empty string and null.
The default container name is also defined as part of a constructor. If the default container name is set through the protected constructor, the property becomes read-only.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.