PostgreSqlFunctionsAnyILike Method |
Name | Description | |
---|---|---|
![]() ![]() | AnyILike(String, String) |
Will generate a toCompare ILIKE ANY(likePatternArray) fragment in the SQL query using the mapping of this function.
|
![]() ![]() | AnyILike(IEntityFieldCore, String) |
Will generate a stringField ILIKE ANY(likePatternArray) fragment in the SQL query using the mapping of this function.
|