Click or drag to resize

GroupByClause Class

The group-by clause consists of a list of expressions that provide the grouped-by values.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.sodaGroupByClause

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
[SerializableAttribute]
public class GroupByClause

The GroupByClause type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyGroupByExpressions
Gets or sets the expressions providing the grouped-by values.
Top
Methods
See Also