Click or drag to resize

LastEverProjectionExpression Constructor (Expression, Boolean)

Ctor.

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

Parameters

expression
Type: com.espertech.esper.common.client.sodaExpression
to aggregate
isDistinct
Type: SystemBoolean
true for distinct
See Also