Click or drag to resize

ExpressionsExistsProperty Method

Exists-function for use with dynamic properties to test property existence.

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

Parameters

propertyName
Type: SystemString
name of the property to test whether it exists or not

Return Value

Type: PropertyExistsExpression
expression
See Also