Click or drag to resize

PropertyExistsExpression Constructor (String)

Ctor.

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

Parameters

propertyName
Type: SystemString
is the name of the property to check existence
See Also