DomainObjects Class Library

Plus Constructor

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

Overload List

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

public Plus(Field,Field);

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

public Plus(Field,Object);

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

public Plus(Object,Field);

See Also

Plus Class | DomainObjects.Facade.Command.Function Namespace