Click or drag to resize

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
Syntax
C#
public 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: LikeExpression
expression
See Also