Click or drag to resize

PlugInProjectionExpressionSetDistinct Method

Set to true for distinct.

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

Parameters

distinct
Type: SystemBoolean
indicating distinct or not

Return Value

Type: PlugInProjectionExpression

[Missing <returns> documentation for "M:com.espertech.esper.common.client.soda.PlugInProjectionExpression.SetDistinct(System.Boolean)"]

See Also