Generates a SQL expression of the form 'field + value'
Generates a SQL expression of the form 'field1 + field2'
public Minus(Field,Field);
Generates a SQL expression of the form 'field + value'
public Minus(Field,Object);
Generates a SQL expression of the form 'value + field'
public Minus(Object,Field);
Minus Class | DomainObjects.Facade.Command.Function Namespace