 | 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
Syntaxpublic 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:
OrderByClauseclause
See Also