Click or drag to resize

ExpressionsSum Method (String)

Sum 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 SumProjectionExpression Sum(
	string propertyName
)

Parameters

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

Return Value

Type: SumProjectionExpression
expression
See Also