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