DomainObjects Class Library

Minus Constructor (Object, Field)

Generates a SQL expression of the form 'value + field'

public Minus(
   Object value,
   Field field
);

Parameters

value
The value to the left of the plus operator. It cannot be null.
field
The field value to the right of the plus operator. It cannot be null.

See Also

Minus Class | DomainObjects.Facade.Command.Function Namespace | Minus Constructor Overload List