This documentation is archived and is not being maintained.
EntityDataSource::ContextTypeName Property
Visual Studio 2010
Gets or sets the fully qualified name of the typed ObjectContext that is used by the EntityDataSource control.
Assembly: System.Web.Entity (in System.Web.Entity.dll)
The ContextTypeName property of the EntityDataSource control is a string that specifies the fully qualified type name of the typed ObjectContext that is used by the EntityDataSource control. If the ContextTypeName property is not specified, both the DefaultContainerName and ConnectionString properties must be set for the control to create the ObjectContext.
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.
Show: