PostgreSqlFunctionsAnyLesserThan Method |
Name | Description | |
---|---|---|
AnyLesserThanT(T, T) |
Will generate a toCompareWith > ANY(arrayValue) fragment in the SQL query using the mapping of this function.
| |
AnyLesserThanT(IEntityFieldCore, T) |
Will generate a toCompareWith > ANY(arrayField) fragment in the SQL query using the mapping of this function.
|