ProviderAggregator Constructor (String, String, String, 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(
	string function,
	string displayName,
	string description,
	CompatibleDataTypes validDataTypes
)

Parameters

function
Type: SystemString
The aggregator.
displayName
Type: SystemString
The name.
description
Type: SystemString
The description.
validDataTypes
Type: Dundas.BI.Data.ParametersCompatibleDataTypes
The valid data types.
Exceptions
ExceptionCondition
ArgumentExceptionfunction or displayName is Empty or .
See Also