Click or drag to resize

PlugInProjectionExpression Constructor (String, Boolean)

Ctor.

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

Parameters

functionName
Type: SystemString
the name of the function
isDistinct
Type: SystemBoolean
true for distinct
See Also