DomainObjects Class Library

Field.Sum Method

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

Overload List

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

public Sum Sum();

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

public Sum Sum(Boolean);

See Also

Field Class | DomainObjects.Facade.Command.Expression Namespace