Click or drag to resize

ExpressionsGeProperty Method

Greater-or-equal between properties.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public static RelationalOpExpression GeProperty(
	string propertyLeft,
	string propertyRight
)

Parameters

propertyLeft
Type: SystemString
the name of the property providing left hand side values
propertyRight
Type: SystemString
the name of the property providing right hand side values

Return Value

Type: RelationalOpExpression
expression
See Also