Click or drag to resize

OnUpdateClauseAssignments Property

Returns the list of variable assignments.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public IList Assignments { get; set; }

Property Value

Type: IListT
pair of variable name and expression
See Also