 | ExpressionsLike Method (String, 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,
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