Table of Contents

Enum AggregateType

Namespace
Tripous.Data
Assembly
Tripous.Data.dll

Specifies the aggregate operation to be applied to a data column.

public enum AggregateType
Extension Methods

Fields

Avg = 2

Average of values.

Count = 3

Number of values.

Max = 5

Maximum value.

Min = 4

Minimum value.

None = 0

No aggregate operation.

Sum = 1

Sum of values.