 | ExpressionsConstant Method (Object, Type) |
Constant, use when the value is null.
Namespace:
com.espertech.esper.common.client.soda
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic static ConstantExpression Constant(
Object value,
Type constantType
)
Parameters
- value
- Type: SystemObject
is the constant value - constantType
- Type: SystemType
is the type of the constant
Return Value
Type:
ConstantExpressionexpression
See Also