Click or drag to resize

MaxRowExpression Constructor (String, String, String)

Ctor.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public MaxRowExpression(
	string propertyOne,
	string propertyTwo,
	string[] moreProperties
)

Parameters

propertyOne
Type: SystemString
the name of the property providing a value to determine the maximum of
propertyTwo
Type: SystemString
the name of the property providing a value to determine the maximum of
moreProperties
Type: SystemString
optional additional properties to consider
See Also