ge( )


Refines a query to match items whose specified property value is greater than or equal to the specified value.

The ge() function refines a SessionQueryBuilder to only match items where the value of the specified property is greater than or equal to the specified value.

Method Declaration
Copy
Method Parameters
propertyNamestringRequired

The property whose value will be compared with value.

Supported properties:

  • start.timestamp

valueDateRequired

The value to match against.

Returns
Was this helpful?
Yes
No