 | LikeExpression Constructor (Boolean) |
Ctor - for use to create an expression tree, without child expression.
Use add methods to add child expressions to acts upon.
Namespace:
com.espertech.esper.common.client.soda
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic LikeExpression(
bool isNot
)
Parameters
- isNot
- Type: SystemBoolean
if the like-expression is negated
See Also