Click or drag to resize

StringMethodPredicateProducersContains Method

Overload List
  NameDescription
Public methodStatic memberContains(IEntityFieldCore, String)
Creates a Like predicate using the pattern: '%pattern%' for the field specified.
Public methodStatic memberContains(IExpression, String)
Creates a Like predicate using the pattern: '%pattern%' for the expression specified.
Public methodStatic memberContains(IEntityFieldCore, String, NullableChar)
Creates a Like predicate using the pattern: '%pattern%' for the field specified.
Public methodStatic memberContains(IExpression, String, NullableChar)
Creates a Like predicate using the pattern: '%pattern%' for the expression specified.
Top
See Also