DomainObjects Class Library |
|
FieldValue Inequality Operator
Constrains the search to rows in which the sourceField has a value not equal to the compareToField value.
Parameters
-
sourceField
- A field value from the object model. It can be from a field in a persistable object, a constant or a function.
-
compareToField
- A field value from the object model. It can be from a field in a persistable object, a constant or a function.
Return Value
A Criteria with an AddNotEqualTo constraint.
See Also
FieldValue Class | DomainObjects.Facade.Command.Expression Namespace | FieldValueInequality Operator Overload List