ProviderAggregator Constructor (AggregatorFunctions, CompatibleDataTypes)

Initializes a new instance of the ProviderAggregator class.

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 ProviderAggregator(
	AggregatorFunctions function,
	CompatibleDataTypes validDataTypes
)

Parameters

function
Type: Dundas.BI.DataAggregatorFunctions
The function.
validDataTypes
Type: Dundas.BI.Data.ParametersCompatibleDataTypes
The valid data types.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException value is invalid.
See Also