 | CreateVariableClauseCreate Method (String, String) |
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
Syntaxpublic static CreateVariableClause Create(
string variableType,
string variableName
)
Parameters
- variableType
- Type: SystemString
is the variable type name - variableName
- Type: SystemString
is the name of the variable
Return Value
Type:
CreateVariableClausecreate-variable clause
See Also