Click or drag to resize

PreviousExpression Constructor (Expression, String)

Ctor.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public PreviousExpression(
	Expression expression,
	string propertyName
)

Parameters

expression
Type: com.espertech.esper.common.client.sodaExpression
provides the index to use
propertyName
Type: SystemString
is the name of the property to return the value for
See Also