Click or drag to resize

ExpressionsCount Method (String)

Count aggregation function.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public static CountProjectionExpression Count(
	string propertyName
)

Parameters

propertyName
Type: SystemString
name of the property providing the values to count.

Return Value

Type: CountProjectionExpression
expression
See Also