Click or drag to resize

PostgreSqlFunctions.AllLike Method

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