Click or drag to resize

PostgreSqlFunctions.AnyLike Method

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