QueryableDataSourceView.OrderBy Property

Definition

Gets or sets the name or names of the properties that are used during the select operation to sort data.

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

Property Value

A value that is used to create the OrderBy clause.

Applies to