Click or drag to resize

CreateVariableClauseCreate Method (String, String, Expression)

Creates a create-variable syntax for declaring a variable.

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

Parameters

variableType
Type: SystemString
is the variable type name
variableName
Type: SystemString
is the name of the variable
expression
Type: com.espertech.esper.common.client.sodaExpression
is the assignment expression supplying the initial value

Return Value

Type: CreateVariableClause
create-variable clause
See Also