AtomsFramework Persistence Layer Reference Guide

MultiSummaryCriteria.SumMethod Enumeration

[This is preliminary documentation and subject to change.]

The various summary and aggregation methods provided by the SummaryCriteria

[Visual Basic]
Public Enum MultiSummaryCriteria.SumMethod
[C#]
public enum MultiSummaryCriteria.SumMethod

Remarks

The methods provided map directly to their equivalent SQL operations.

Members

Member Name Description
Sum A SUM() operation
Average An AVERAGE() operation
Min A MIN() operation
Max A MAX() operation
Count A COUNT() operation

Requirements

Namespace: AtomsFramework

Assembly: AtomsFramework (in AtomsFramework.dll)

See Also

AtomsFramework Namespace