PostgreSqlFunctionsAnyGreaterEqualThanT Method (IEntityFieldCore, T) | 
 
            Will generate a toCompareWith <= ANY(arrayField) fragment in the SQL query using the mapping of this function.
            
 
    Namespace: 
   SD.LLBLGen.Pro.DQE.PostgreSql
    Assembly:
   SD.LLBLGen.Pro.DQE.PostgreSql (in SD.LLBLGen.Pro.DQE.PostgreSql.dll) Version: 5.10.0.0 (5.10.0)
Syntaxpublic static FunctionMappingExpression AnyGreaterEqualThan<T>(
	IEntityFieldCore arrayField,
	T toCompareWith
)
Public Shared Function AnyGreaterEqualThan(Of T) ( 
	arrayField As IEntityFieldCore,
	toCompareWith As T
) As FunctionMappingExpression
Parameters
- arrayField
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFieldCore
the array typed field - toCompareWith
 - Type: T
The value to compare with 
Type Parameters
- T
 
Return Value
Type: 
FunctionMappingExpression
RemarksFor QuerySpec
See Also