Click or drag to resize

OrderByClauseCreate Method (Expression)

Create an order-by clause.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public static OrderByClause Create(
	params Expression[] expressions
)

Parameters

expressions
Type: com.espertech.esper.common.client.sodaExpression
is the expressios returning values to order by

Return Value

Type: OrderByClause
clause
See Also