 | GroupByClauseCreate Method (String) |
Creates a group-by clause from property names.
Namespace:
com.espertech.esper.common.client.soda
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic static GroupByClause Create(
params string[] properties
)
Parameters
- properties
- Type: SystemString
a list of one or more property names
Return Value
Type:
GroupByClausegroup-by clause consisting of the properties
See Also