[This is preliminary documentation and subject to change.]
The various summary and aggregation methods provided by the SummaryCriteria
The methods provided map directly to their equivalent SQL operations.
| Member Name | Description |
|---|---|
| Sum | A SUM() operation |
| Average | An AVERAGE() operation |
| Min | A MIN() operation |
| Max | A MAX() operation |
| Count | A COUNT() operation |
Namespace: AtomsFramework
Assembly: AtomsFramework (in AtomsFramework.dll)