Click or drag to resize

EPStatementObjectModelOrderByClause Property

Return the order-by-clause, or null to indicate that the clause is absent.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public OrderByClause OrderByClause { get; set; }

Property Value

Type: OrderByClause
specification of the order-by-clause, or null if none present
See Also