ProviderAggregator Properties

The ProviderAggregator type exposes the following members.

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