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