 | OrderByClauseCreate Method (String) |
Create an order-by clause.
Namespace:
com.espertech.esper.common.client.soda
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic static OrderByClause Create(
params string[] properties
)
Parameters
- properties
- Type: SystemString
is the property names to order by
Return Value
Type:
OrderByClauseclause
See Also