ProviderAggregator Class

Represents a valid aggregation function supported by the data provider.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.DataProvidersProviderFunction
    Dundas.BI.Data.DataProvidersProviderAggregator

Namespace: Dundas.BI.Data.DataProviders
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class ProviderAggregator : ProviderFunction

The ProviderAggregator type exposes the following members.

Constructors
 NameDescription
Public methodProviderAggregator Initializes a new instance of the ProviderAggregator class.
Public methodProviderAggregator(AggregatorFunctions, CompatibleDataTypes) Initializes a new instance of the ProviderAggregator class.
Public methodProviderAggregator(String, String, CompatibleDataTypes) Initializes a new instance of the ProviderAggregator class.
Public methodProviderAggregator(String, String, String, CompatibleDataTypes) Initializes a new instance of the ProviderAggregator class.
Top
Properties
 NameDescription
Public propertyAggregatorFunction Gets the aggregator function. If there is no mapping between aggregation function and provider function, returns AggregatorFunctions.None.
Public propertyApplicableDatabaseTypes Gets or sets the valid data types the function can operate upon.
(Inherited from ProviderFunction)
Public propertyDescription Gets or sets the description.
(Inherited from ProviderFunction)
Public propertyFunction Gets or sets the function.
(Inherited from ProviderFunction)
Public propertyIsCounter Gets or sets a value indicating whether the aggregation function is a counter (COUNT in most databases).
Public propertyName Gets or sets the name.
(Inherited from ProviderFunction)
Top
See Also