DomainObjects Class Library

Field Subtraction Operator

Generates a SQL expression of the form 'field1 - field2'

Overload List

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);

See Also

Field Class | DomainObjects.Facade.Command.Expression Namespace