AtomsFramework Persistence Layer Reference Guide

SummaryCriteria.SumMethod Enumeration

[This is preliminary documentation and subject to change.]

The various summary and aggregation methods provided by the SummaryCriteria

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

Remarks

The methods provided map directly to their equivalent SQL operations.

Members

Member Name Description
None No summary required.
Sum Use the SUM() method
Average Use the AVG() method
Min Use the MIN() method
Max Use the MAX() method
Count Use the COUNT() method

Requirements

Namespace: AtomsFramework

Assembly: AtomsFramework (in AtomsFramework.dll)

See Also

AtomsFramework Namespace