An OrderBy defines an ordering on a set of records, based on the natural ordering of the specified field.

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

Syntax

C#
public class OrderBy : IQueryNode
Visual Basic
Public Class OrderBy _
	Implements IQueryNode
Visual C++
public ref class OrderBy : IQueryNode

Remarks

An OrderBy allows records to be ordered by any of their property, dimension, or derived values, by ascending or descending sort, in any combination. OrderBy instances are encapsulated in an OrderByList, which in turn is set in the Statement.

Inheritance Hierarchy

System..::..Object
  Endeca.Navigation.Analytics..::..OrderBy

See Also