Click or drag to resize

MaxProjectionExpression Constructor (Boolean)

Ctor - for use to create an expression tree, without inner expression

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

Parameters

isDistinct
Type: SystemBoolean
true if distinct
See Also