Returns the sum of this field's values. Null values are ignored. Translates to a SUM(field)
SQL function.
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);
Field Class | DomainObjects.Facade.Command.Expression Namespace