Click or drag to resize

PreviousExpression Constructor (Int32, 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(
	int index,
	string propertyName
)

Parameters

index
Type: SystemInt32
provides the index
propertyName
Type: SystemString
is the name of the property to return the value for
See Also