Click or drag to resize

SelectClauseDistinct Method (Boolean)

Sets distinct

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

Parameters

distinct
Type: SystemBoolean
distinct indicator

Return Value

Type: SelectClause
the select clause
See Also