DomainObjects Class Library

FieldValue Greater Than Or Equal Operator

Constrains the search to rows in which the sourceField has a value greater than or equal to the compareToField value.

Overload List

Constrains the search to rows in which the sourceField has a value greater than or equal to the compareToField value.

public static Criteria Greater Than Or Equal Operator(FieldValue,FieldValue);

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

public static Criteria Greater Than Or Equal Operator(FieldValue,Object);

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

public static Criteria Greater Than Or Equal Operator(Object,FieldValue);

See Also

FieldValue Class | DomainObjects.Facade.Command.Expression Namespace