Click or drag to resize

EPStatementObjectModelCreateVariable Property

Returns the create-variable clause if this is a statement creating a variable, or null if not.

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

Property Value

Type: CreateVariableClause
create-variable clause
See Also