[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 |
|---|---|
| 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 |
Namespace: AtomsFramework
Assembly: AtomsFramework (in AtomsFramework.dll)