Click or drag to resize

OrderByClause Class

An order-by clause consists of expressions and flags indicating if ascending or descending.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.sodaOrderByClause

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
[SerializableAttribute]
public class OrderByClause

The OrderByClause type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyOrderByExpressions
Gets or set a list of expressions and flags to order by.
Top
Methods
See Also