 | ExpressionsNotLike Method (String, String) |
SQL-Like negated (not like).
Namespace:
com.espertech.esper.common.client.soda
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic static LikeExpression NotLike(
string propertyName,
string value
)
Parameters
- propertyName
- Type: SystemString
the name of the property providing values to match - value
- Type: SystemString
is the string to match against
Return Value
Type:
LikeExpressionexpression
See Also