AggregateType Enum

Definition

public enum AggregateType
type AggregateType = 
Public Enum AggregateType
Inheritance
AggregateType

Fields

Name Value Description
Unknown 0

Make the aggregate type as unknown type.

Sum 1

Make the aggregate type as summation.

Avg 2

Make the aggregate type as average.

Min 3

Make the aggregate type as min.

Max 4

Make the aggregate type as max.

Applies to