PivotDataMerge Method

NReco.PivotData Class Library Documentation
Modifies the current PivotData object to merge values from itself and specified PivotData.

Namespace:  NReco.PivotData
Assembly:  NReco.PivotData (in NReco.PivotData.dll) Version: 1.4.1
Syntax

public virtual void Merge(
	IPivotData pvtData
)

Parameters

pvtData
Type: NReco.PivotDataIPivotData
multidimensional dataset to merge
Remarks

Only compatible PivotData objects could be merged: they should have the same AggregatorFactory and Dimensions configuration. This method is also useful for organizing parallel data aggregation algorithm.
See Also

Reference