Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
 ContextType Property
Collapse All/Expand All Collapse All
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
EntityDataSource..::.ContextType Property

Gets or sets the typed ObjectContext used by the EntityDataSource control.

Namespace:  System.Web.UI.WebControls
Assembly:  System.Web.Entity (in System.Web.Entity.dll)
Visual Basic (Declaration)
Public Property ContextType As Type
Visual Basic (Usage)
Dim instance As EntityDataSource
Dim value As Type

value = instance.ContextType

instance.ContextType = value
C#
public Type ContextType { get; set; }
Visual C++
public:
virtual property Type^ ContextType {
    Type^ get () sealed;
    void set (Type^ value) sealed;
}
JScript
public final function get ContextType () : Type
public final function set ContextType (value : Type)
ASP.NET
<asp:EntityDataSource ContextType="Type" />

Property Value

Type: System..::.Type
An object that derives from ObjectContext.

Implements

IDynamicDataSource..::.ContextType

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

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5 SP1
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2010 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker