Click or drag to resize

PostgreSqlFunctions.AllILike Method

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