ProviderAggregator Constructor (String, String, 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(
string function,
string description,
CompatibleDataTypes validDataTypes
)
Public Sub New (
function As String,
description As String,
validDataTypes As CompatibleDataTypes
)
public:
ProviderAggregator(
String^ function,
String^ description,
CompatibleDataTypes validDataTypes
)
new :
function : string *
description : string *
validDataTypes : CompatibleDataTypes -> ProviderAggregatorParameters
- function
- Type: SystemString
The aggregator. - description
- Type: SystemString
The description. - validDataTypes
- Type: Dundas.BI.Data.ParametersCompatibleDataTypes
The valid data types.
Exceptions
See Also