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