PostgreSqlFunctionsAnyGreaterThan Method |
Name | Description | |
---|---|---|
![]() ![]() | AnyGreaterThanT(T, T) |
Will generate a toCompareWith < ANY(arrayValue) fragment in the SQL query using the mapping of this function.
|
![]() ![]() | AnyGreaterThanT(IEntityFieldCore, T) |
Will generate a toCompareWith < ANY(arrayField) fragment in the SQL query using the mapping of this function.
|