EntityDataSource::ContextTypeName Property
.NET Framework (current version)
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.
.NET Framework
Available since 3.5
Available since 3.5
Show: