 | Assignment Class |
An assignment is an expression specifically for the purpose of usage in updates.
Usually an assignment is an equal-expression with the lhs being an event property or variable
and the rhs being the new value expression.
Inheritance HierarchySystemObject com.espertech.esper.common.client.sodaAssignment
Namespace:
com.espertech.esper.common.client.soda
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax[SerializableAttribute]
public class Assignment
The Assignment type exposes the following members.
Constructors
Properties
| Name | Description |
---|
 | Value |
Returns expression to eval.
|
Top
See Also