LinqDataSourceDesigner.OrderGroupsBy Property

Definition

Gets or sets the value that is used when the Order Groups By clause is being created.

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

Property Value

A string that contains the properties that are used for sorting grouped data.

Applies to

See also