DomainObjects Class Library

Plus Class

Generates a SQL expression that applies the plus operator to two values. The resulting expression has the form 'value1 + value2'.

For a list of all members of this type, see Plus Members.

System.Object
   Field
      ScalarFunction
         Plus

[Serializable]
[Serializable]
public class Plus : ScalarFunction, IEquatable<T>

Requirements

Namespace: DomainObjects.Facade.Command.Function

Assembly: DomainObjects.Core (in DomainObjects.Core.dll)

See Also

Plus Members | DomainObjects.Facade.Command.Function Namespace