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, 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.