AggregateType

Overview

The AggregateType enumeration is used internally by the DA LINQ to represent kind of the data aggregate operation. Values of this type are used internally by the Data Abstract when the DA LINQ expression is converted to corresponding Data Abstract server reqest.

For internal use only.

Location


Value Description
Average Average of the values in a group
Count The number of intems in a group
Max The maximum value in a group
Min The minimum value in a group
Sum The sum of all values