DomainObjects Class Library

Field Addition Operator

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

Overload List

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

See Also

Field Class | DomainObjects.Facade.Command.Expression Namespace