Click or drag to resize

ExpressionsIsNull Method (String)

Is-null test.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public static RelationalOpExpression IsNull(
	string property
)

Parameters

property
Type: SystemString
the name of the property supplying the value to check for null

Return Value

Type: RelationalOpExpression
expression
See Also