Click or drag to resize

PropertyValueExpressionPair Class

Pair of expressions with "Equals" operator between.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.sodaPropertyValueExpressionPair

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
[SerializableAttribute]
public class PropertyValueExpressionPair

The PropertyValueExpressionPair type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyLeft
Returns left expr.
Public propertyRight
Returns right side.
Top
See Also