Click or drag to resize

MinProjectionExpressionSetDistinct Method

Set the distinct flag indicating the projection considers distinct values only.

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

Parameters

distinct
Type: SystemBoolean
true for distinct, false for not distinct

Return Value

Type: MinProjectionExpression

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

See Also