DomainObjects Class Library |
|
Field Subtraction Operator
Generates a SQL expression of the form 'field - value'
Parameters
-
field
- The field value to the left of the minus operator. It cannot be null.
-
value
- The value to the right of the minus operator. It cannot be null.
See Also
Field Class | DomainObjects.Facade.Command.Expression Namespace | FieldSubtraction Operator Overload List