KREDOR Business Object Framework Documentation

SelectFrom.Sum Method 

Returns the sum of the values in the specified column(property) of the objects matched by the current SelectFrom statement. Returns -0- if no objects are matched.

public double Sum(
   String columnName
);

Return Value

See Also

SelectFrom Class | Kredor.BO Namespace