Click or drag to resize

ExpressionsNotLike Method

Overload List
  NameDescription
Public methodStatic memberNotLike(String, String)
SQL-Like negated (not like).
Public methodStatic memberNotLike(Expression, Expression)
SQL-Like negated (not like).
Public methodStatic memberNotLike(String, Object, String)
SQL-Like negated (not like).
Public methodStatic memberNotLike(Expression, Expression, Expression)
SQL-Like negated (not like).
Top
See Also