DomainObjects Class Library

Field.Sum Method (Boolean)

Returns the sum of this field's values. Null values are ignored Translates to a SUM([DISTINCT] field) SQL function.

public Sum Sum(
   Boolean distinct
);

Parameters

distinct
If true, then only the sum of unique values will be returned.

See Also

Field Class | DomainObjects.Facade.Command.Expression Namespace | Field.Sum Overload List