Click or drag to resize

CreateVariableClauseOptionalAssignment Property

Returns the optional assignment expression, or null to initialize to a null value

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

Property Value

Type: Expression
assignment expression, if present
See Also