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)
Syntaxpublic AggregatorFunctions AggregatorFunction { get; }Public ReadOnly Property AggregatorFunction As AggregatorFunctions
Get
public:
property AggregatorFunctions AggregatorFunction {
AggregatorFunctions get ();
}member AggregatorFunction : AggregatorFunctions with get
Property Value
Type:
AggregatorFunctions
The aggregator function.
See Also