DomainObjects Class Library

Field Addition Operator 

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

public static Plus operator +(
   Object value,
   Field field
);

Parameters

value
The value to the left of the plus operator. It cannot be null.
field
The field value to the right of the plus operator. It cannot be null.

See Also

Field Class | DomainObjects.Facade.Command.Expression Namespace | FieldAddition Operator Overload List