Click or drag to resize

ExpressionsConstant Method (Object)

Constant.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public static ConstantExpression Constant(
	Object value
)

Parameters

value
Type: SystemObject
is the constant value

Return Value

Type: ConstantExpression
expression
See Also