Click or drag to resize

EPStatementObjectModelSetOrderBy Method

Specify 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 EPStatementObjectModel SetOrderBy(
	OrderByClause orderByClause
)

Parameters

orderByClause
Type: com.espertech.esper.common.client.sodaOrderByClause
specifies the order-by-clause, which is optional and can be null

Return Value

Type: EPStatementObjectModel
model
See Also