Click or drag to resize

ExpressionsPreviousCount Method

Previous count function.

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

Parameters

property
Type: SystemString
provides the properties or stream name to select for the previous event

Return Value

Type: PreviousExpression
expression
See Also