EntityDataSource::GroupBy Property

 

Gets or sets the Entity SQL expression that specifies how to group the query results.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web.Entity (in System.Web.Entity.dll)

public:
property String^ GroupBy {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The GROUP BY clause.

.NET Framework
Available since 3.5
Return to top
Show: