DomainObjects Class Library

Field Operators

The operators of the Field class are listed below. For a complete list of Field class members, see the Field Members topic.

Public Static Operators

Addition OperatorOverloaded. Generates a SQL expression of the form 'field1 + field2'
Subtraction OperatorOverloaded. Generates a SQL expression of the form 'field1 - field2'

See Also

Field Class | Field Members | DomainObjects.Facade.Command.Expression Namespace