Click or drag to resize

CreateVariableClause Constructor (String, String, Expression, Boolean)

Ctor.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public CreateVariableClause(
	string variableType,
	string variableName,
	Expression optionalAssignment,
	bool constant
)

Parameters

variableType
Type: SystemString
is the variable type name
variableName
Type: SystemString
is the name of the variable
optionalAssignment
Type: com.espertech.esper.common.client.sodaExpression
is the optional assignment expression supplying the initial value, or null if theinitial value is null
constant
Type: SystemBoolean
true for constant, false for regular variable
See Also