PivotDataCopyTo Method

NReco.PivotData Class Library Documentation

Note: This API is now obsolete.

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

[ObsoleteAttribute("Use SliceQuery class instead")]
public void CopyTo(
	PivotData toPivotData,
	Func<Object[], IAggregator, Object[]> mapKey,
	Func<IAggregator, IAggregator> mapAggr
)

Parameters

toPivotData
Type: NReco.PivotDataPivotData
mapKey
Type: SystemFuncObject, IAggregator, Object
mapAggr
Type: SystemFuncIAggregator, IAggregator
See Also

Reference