PostgreSqlFunctionsAllILike Method |
| Name | Description | |
|---|---|---|
| AllILike(String, String) |
Will generate a toCompare ILIKE ALL(likePatternArray) fragment in the SQL query using the mapping of this function.
| |
| AllILike(IEntityFieldCore, String) |
Will generate a stringField ILIKE ALL(likePatternArray) fragment in the SQL query using the mapping of this function.
|