DomainObjects Class Library

FieldValue Greater Than Or Equal Operator 

Constrains the search to rows in which the compareToValue is greater than or equal to the value of the given field.

public static Criteria operator >=(
   Object compareToValue,
   FieldValue field
);

Parameters

compareToValue
The value to compare against.
field
A field value from the object model. It can be from a field in a persistable object, a constant or a function.

Return Value

A Criteria with the appropriate constraint.

See Also

FieldValue Class | DomainObjects.Facade.Command.Expression Namespace | FieldValueGreater Than Or Equal Operator Overload List