Click or drag to resize

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
Syntax
C#
public 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: ConstantExpression
expression
See Also