Click or drag to resize

StringMethodPredicateProducers.Like Method

Overload List
  NameDescription
Public methodStatic memberLike(IEntityFieldCore, String, Nullable<Char>)
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, Nullable<Char>)
Creates a Like predicate for the expression specified using the pattern specified. The pattern has to contain the wildcards required.
Top
See Also