DomainObjects Class Library

Sum Constructor (Field, Boolean)

Initializes a new instance of the Sum class.

public Sum(
   Field field,
   Boolean distinct
);

Parameters

field
A field from the object model. It can be a field in a persistable object, a constant or a function.
distinct
if set to true [distinct].

See Also

Sum Class | DomainObjects.Facade.Command.Function Namespace | Sum Constructor Overload List