Constrains the search to rows in which the sourceField has a value greater than the compareToField value.
Constrains the search to rows in which the sourceField has a value greater than the compareToField value.
public static Criteria Greater Than Operator(FieldValue,FieldValue);
Constrains the search to rows in which the field has a value greater than to the given compareToValue.
public static Criteria Greater Than Operator(FieldValue,Object);
Constrains the search to rows in which the compareToValue is greater than the value of the given field.
public static Criteria Greater Than Operator(Object,FieldValue);
FieldValue Class | DomainObjects.Facade.Command.Expression Namespace