Click or drag to resize

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.9.0.0 (5.9.0)
Syntax
public static FunctionMappingExpression AnyGreaterEqualThan<T>(
	IEntityFieldCore arrayField,
	T toCompareWith
)

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
Remarks
For QuerySpec
See Also