Click or drag to resize

MinRowExpressionAdd Method (String)

Add a property to include in the computation.

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

Parameters

propertyName
Type: SystemString
is the name of the property

Return Value

Type: MinRowExpression
expression
See Also