DomainObjects Class Library

Plus Constructor (Field, Field)

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

public Plus(
   Field field1,
   Field field2
);

Parameters

field1
The field value to the left of the plus operator. It cannot be null.
field2
The field 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