AggregateType property

AggregateType? AggregateType
Gets or sets the types of aggregate to calculate.

Implementation

enumerations.AggregateType? get AggregateType => this.aggregateType;
void AggregateType=(AggregateType? value)

Implementation

set AggregateType(enumerations.AggregateType? value) =>
    this.aggregateType = value;