An OrderByList is a list of OrderBy instances.

Namespace: Endeca.Navigation.Analytics
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)

Syntax

C#
public class OrderByList : IObjectList, 
	IQueryNode
Visual Basic
Public Class OrderByList _
	Implements IObjectList, IQueryNode
Visual C++
public ref class OrderByList : IObjectList, 
	IQueryNode

Remarks

Unlike a GroupByList, an OrderByList may not be empty, because an empty list does not imply a repeatable order.

Inheritance Hierarchy

System..::..Object
  Endeca.Navigation.Analytics..::..OrderByList

See Also