EntityDataSource::EntitySetName Property
.NET Framework (current version)
Gets or sets the name of the entity set used by the EntityDataSource control.
Assembly: System.Web.Entity (in System.Web.Entity.dll)
public: property String^ EntitySetName { virtual String^ get() sealed; virtual void set(String^ value) sealed; }
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).
.NET Framework
Available since 3.5
Available since 3.5
Show: