Click or drag to resize

StringMethodPredicateProducersLike Method

Overload List
  NameDescription
Public methodStatic memberLike(IEntityFieldCore, String, NullableChar)
Creates a Like predicate for the field specified using the pattern specified. The pattern has to contain the wildcards required.
Public methodStatic memberLike(IExpression, String, NullableChar)
Creates a Like predicate for the expression specified using the pattern specified. The pattern has to contain the wildcards required.
Top
See Also