The operators of the FieldValue class are listed below. For a complete list of FieldValue class members, see the FieldValue Members topic.
![]() Equality Operator | Overloaded. Constrains the search to rows in which the sourceField has a value equal to the compareToField value. |
![]() Greater Than Operator | Overloaded. Constrains the search to rows in which the sourceField has a value greater than the compareToField value. |
![]() Greater Than Or Equal Operator | Overloaded. Constrains the search to rows in which the sourceField has a value greater than or equal to the compareToField value. |
![]() Inequality Operator | Overloaded. Constrains the search to rows in which the sourceField has a value not equal to the compareToField value. |
![]() Less Than Operator | Overloaded. Constrains the search to rows in which the sourceField has a value less than the compareToField value. |
![]() Less Than Or Equal Operator | Overloaded. Constrains the search to rows in which the sourceField has a value less than or equal to the compareToField value. |
FieldValue Class | FieldValue Members | DomainObjects.Facade.Command.Expression Namespace