DomainObjects Class Library

Plus Constructor (Field, Object)

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

public Plus(
   Field field,
   Object value
);

Parameters

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

See Also

Plus Class | DomainObjects.Facade.Command.Function Namespace | Plus Constructor Overload List