Click or drag to resize

SumProjectionExpression Constructor (Expression, Boolean)

Ctor - adds the expression to project.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public SumProjectionExpression(
	Expression expression,
	bool isDistinct
)

Parameters

expression
Type: com.espertech.esper.common.client.sodaExpression
returning values to project
isDistinct
Type: SystemBoolean
true if distinct
See Also