Click or drag to resize

OrderByElement Class

A single entry in an order-by clause consisting of an expression and order ascending or descending flag.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.sodaOrderByElement

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

The OrderByElement type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyExpression
Returns the order-by value expression.
Public propertyIsDescending
Returns true for descending sorts for this column, false for ascending sort.
Top
Methods
  NameDescription
Public methodToEPL
Renders the clause in textual representation.
Top
See Also