RelationalInputColumnAggregator Property |
Gets or sets the application core aggregator.
Namespace:
Dundas.BI.Data.DataProviders.Tasks
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic AggregatorFunctions Aggregator { get; set; }Public Property Aggregator As AggregatorFunctions
Get
Set
public:
property AggregatorFunctions Aggregator {
AggregatorFunctions get ();
void set (AggregatorFunctions value);
}member Aggregator : AggregatorFunctions with get, set
Property Value
Type:
AggregatorFunctions
RemarksThe value may or not be compatible with the data provider.
See Also