Generates a SQL expression of the form 'field1 - field2'
Generates a SQL expression of the form 'field1 - field2'
public static Minus Subtraction Operator(Field,Field);
Generates a SQL expression of the form 'field - value'
public static Minus Subtraction Operator(Field,Object);
Generates a SQL expression of the form 'value - field'
public static Minus Subtraction Operator(Object,Field);
Field Class | DomainObjects.Facade.Command.Expression Namespace