DomainObjects Class Library

Minus Constructor

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

Overload List

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

See Also

Minus Class | DomainObjects.Facade.Command.Function Namespace