Click or drag to resize

AggregationMultiFunctionDeclarationContextIsDistinct Method

Returns a flag whether the "distinct" keyword was provided.

Namespace:  com.espertech.esper.common.client.hook.aggmultifunc
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public bool IsDistinct()

Return Value

Type: Boolean
distinct flag
See Also