ProviderAggregatorAggregatorFunction Property

Gets the aggregator function. If there is no mapping between aggregation function and provider function, returns AggregatorFunctions.None.

Namespace:  Dundas.BI.Data.DataProviders
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public AggregatorFunctions AggregatorFunction { get; }

Property Value

Type: AggregatorFunctions
The aggregator function.
See Also