Click or drag to resize

GroupByClauseExpressionSingle Class

Represents a single expression (non-combined, rollup/cube or grouping set) as part of a group-by expression.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.sodaGroupByClauseExpressionSingle

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

The GroupByClauseExpressionSingle type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyExpression
Returns the expression.
Top
Methods
  NameDescription
Public methodToEPL
Top
See Also