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