PostgreSqlFunctions.AllLike Method |
Name | Description | |
---|---|---|
![]() ![]() | AllLike(String,String[]) |
Will generate a toCompareWith LIKE ALL(likePatternArray) fragment in the SQL query using the mapping of this function.
|
![]() ![]() | AllLike(IEntityFieldCore,String[]) |
Will generate a stringField LIKE ALL(likePatternArray) fragment in the SQL query using the mapping of this function.
|