Aggregate function types..
Namespace: ININ.IceLib.Configuration.DialerAssembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)
Syntax
| C# |
|---|
public enum AggregateFunctionType |
| Visual Basic |
|---|
Public Enumeration AggregateFunctionType |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Unknown | 0 | No aggregate function specified. | |
| Avg | 1 | The average value of a given column across all records returned. | |
| Count | 2 | The total number of records returned. | |
| Min | 3 | The minimum value of a given column across all records returned. | |
| Max | 4 | The maximum value of a given column across all records returned. | |
| Sum | 5 | The sum of all values of a given column across all records returned. |