DomainObjects Class Library

FieldValue Less Than Operator

Constrains the search to rows in which the sourceField has a value less than the compareToField value.

Overload List

Constrains the search to rows in which the sourceField has a value less than the compareToField value.

public static Criteria Less Than Operator(FieldValue,FieldValue);

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

public static Criteria Less Than Operator(FieldValue,Object);

Constrains the search to rows in which the compareToValue is less than the value of the given field.

public static Criteria Less Than Operator(Object,FieldValue);

See Also

FieldValue Class | DomainObjects.Facade.Command.Expression Namespace