Click or drag to resize

PostgreSqlFunctionsAnyILike Method

Overload List
  NameDescription
Public methodStatic memberAnyILike(String, String)
Will generate a toCompare ILIKE ANY(likePatternArray) fragment in the SQL query using the mapping of this function.
Public methodStatic memberAnyILike(IEntityFieldCore, String)
Will generate a stringField ILIKE ANY(likePatternArray) fragment in the SQL query using the mapping of this function.
Top
See Also