ProviderAggregator Constructor (AggregatorFunctions, CompatibleDataTypes) |
Namespace:
Dundas.BI.Data.DataProviders
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic ProviderAggregator(
AggregatorFunctions function,
CompatibleDataTypes validDataTypes
)
Public Sub New (
function As AggregatorFunctions,
validDataTypes As CompatibleDataTypes
)
public:
ProviderAggregator(
AggregatorFunctions function,
CompatibleDataTypes validDataTypes
)
new :
function : AggregatorFunctions *
validDataTypes : CompatibleDataTypes -> ProviderAggregatorParameters
- function
- Type: Dundas.BI.DataAggregatorFunctions
The function. - validDataTypes
- Type: Dundas.BI.Data.ParametersCompatibleDataTypes
The valid data types.
Exceptions
See Also