ProviderAggregator Class | 
Namespace: Dundas.BI.Data.DataProviders
The ProviderAggregator type exposes the following members.
| Name | Description | |
|---|---|---|
| ProviderAggregator | 
            Initializes a new instance of the ProviderAggregator class.
              | |
| ProviderAggregator(AggregatorFunctions, CompatibleDataTypes) | 
            Initializes a new instance of the ProviderAggregator class.
              | |
| ProviderAggregator(String, String, CompatibleDataTypes) | 
            Initializes a new instance of the ProviderAggregator class.
              | |
| ProviderAggregator(String, String, String, CompatibleDataTypes) | 
            Initializes a new instance of the ProviderAggregator class.
              | 
| Name | Description | |
|---|---|---|
| AggregatorFunction | 
            Gets the aggregator function. If there is no mapping between
            aggregation function and provider function, returns AggregatorFunctions.None.
              | |
| ApplicableDatabaseTypes | 
            Gets or sets the valid data types the function can operate upon.
              (Inherited from ProviderFunction.) | |
| Description | 
            Gets or sets the description.
              (Inherited from ProviderFunction.) | |
| Function | 
            Gets or sets the function.
              (Inherited from ProviderFunction.) | |
| IsCounter | 
            Gets or sets a value indicating whether the aggregation function is a counter (COUNT in most databases).
              | |
| Name | 
            Gets or sets the name.
              (Inherited from ProviderFunction.) |