AggregateType Enum

Definition

public enum AggregateType
type AggregateType = 
Public Enum AggregateType
Inheritance
AggregateType

Fields

Avg 2

Make the aggregate type as average.

Max 4

Make the aggregate type as max.

Min 3

Make the aggregate type as min.

Sum 1

Make the aggregate type as summation.

Unknown 0

Make the aggregate type as unknown type.

Applies to