Gets and sets the OrderByList for this Statement.

Namespace: Endeca.Navigation.Analytics
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (6.2.2.8614)

Syntax

C#
public virtual OrderByList OrderByList { get; set; }
Visual Basic
Public Overridable Property OrderByList As OrderByList
	Get
	Set
Visual C++
public:
virtual property OrderByList^ OrderByList {
	OrderByList^ get ();
	void set (OrderByList^ value);
}

Field Value

The OrderByList for this Statement. Note that the OrderByList cannot be empty.

Remarks

The list of OrderBy specifications for the Statement determines the order in which result aggregated records will be returned, and determines the ranks of result aggregated records used by paging controls associated with GroupBy specifications.

See Also