Click or drag to resize

OrderByClauseAdd Method (String, Boolean)

Adds a property and flag.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public OrderByClause Add(
	string property,
	bool isDescending
)

Parameters

property
Type: SystemString
is the name of the property to add
isDescending
Type: SystemBoolean
true for descending, false for ascending sort

Return Value

Type: OrderByClause
clause
See Also