 | 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
Syntaxpublic static PropertyExistsExpression ExistsProperty(
string propertyName
)
Parameters
- propertyName
- Type: SystemString
name of the property to test whether it exists or not
Return Value
Type:
PropertyExistsExpressionexpression
See Also