AggregateType property

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

Implementation

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

Implementation

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