Click or drag to resize

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
Syntax
C#
public static GroupByClause Create(
	params string[] properties
)

Parameters

properties
Type: SystemString
a list of one or more property names

Return Value

Type: GroupByClause
group-by clause consisting of the properties
See Also