EntityDataSource.GroupBy Property

Definition

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

public:
 property System::String ^ GroupBy { System::String ^ get(); void set(System::String ^ value); };
public string GroupBy { get; set; }
member this.GroupBy : string with get, set
Public Property GroupBy As String

Property Value

The GROUP BY clause.

Applies to