Gets or sets the typed ObjectContext used by the EntityDataSource control.
Public Property ContextType As Type
Dim instance As EntityDataSource Dim value As Type value = instance.ContextType instance.ContextType = value
public Type ContextType { get; set; }
public: virtual property Type^ ContextType { Type^ get () sealed; void set (Type^ value) sealed; }
public final function get ContextType () : Type public final function set ContextType (value : Type)
<asp:EntityDataSource ContextType="Type" />
The ObjectContext used by the EntityDataSource control can be accessed from the ContextType property. For more information, see Object Context Life-Cycle Management (EntityDataSource).
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003