DomainObjects Class Library

FieldValue Less Than Operator 

Constrains the search to rows in which the field has a value less than to the given compareToValue.

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

Parameters

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

Return Value

A Criteria with an AddLessThan constraint.

See Also

FieldValue Class | DomainObjects.Facade.Command.Expression Namespace | FieldValueLess Than Operator Overload List