EntityDataSource::EntitySetName Property
Gets or sets the name of the entity set used by the EntityDataSource control.
Assembly: System.Web.Entity (in System.Web.Entity.dll)
public: virtual property String^ EntitySetName { String^ get () sealed; void set (String^ value) sealed; }
<asp:EntityDataSource EntitySetName="String" />
Implements
IDynamicDataSource::EntitySetNameThe EntitySetName property of the EntityDataSource control is used to specify the entity set of the type of the objects that are accessed by the control. The value of the EntitySetName property is the default SELECT statement that is used by the control. The setting is not required if the query is specified as an Entity SQL expression that is supplied to the CommandText property. For more information, see Custom Command Text (EntityDataSource).
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.