DomainObjects Class Library

Sum Class

Returns the sum of all the values, or only the DISTINCT values, of the field. SUM can be used with numeric columns only. Null values are ignored.

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

System.Object
   Field
      ScalarFunction
         Sum

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

Requirements

Namespace: DomainObjects.Facade.Command.Function

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

See Also

Sum Members | DomainObjects.Facade.Command.Function Namespace