This documentation is archived and is not being maintained.
EntityDataSource Class
Visual Studio 2008
Represents an Entity Data Model (EDM) to data-bound controls in an ASP.NET application.
Assembly: System.Web.Entity (in System.Web.Entity.dll)
[ToolboxBitmapAttribute(typeof(EntityDataSource), L"EntityDataSource.ico")] [AspNetHostingPermissionAttribute(SecurityAction::LinkDemand, Level = AspNetHostingPermissionLevel::Minimal)] [AspNetHostingPermissionAttribute(SecurityAction::InheritanceDemand, Level = AspNetHostingPermissionLevel::Minimal)] public ref class EntityDataSource : public DataSourceControl, IDynamicDataSource, IDataSource
<asp:EntityDataSource />
You can use the EntityDataSource control together with a data-bound control to retrieve data from an EDM and to display, edit, and sort data on a Web page by using little or no code. For more information, see EntityDataSource Web Server Control Overview.
System::Object
System.Web.UI::Control
System.Web.UI::DataSourceControl
System.Web.UI.WebControls::EntityDataSource
System.Web.UI::Control
System.Web.UI::DataSourceControl
System.Web.UI.WebControls::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.
Show: