PivotData.Slice Method (String[], Boolean, Func<KeyValuePair<ValueKey, IAggregator>, Boolean>)

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 PivotData Slice(
	string[] dimensions,
	bool lazyTotals,
	Func<KeyValuePair<ValueKey, IAggregator>, bool> predicate
)

Parameters

dimensions
Type:System.String[]
lazyTotals
Type: System.Boolean
predicate
Type: System.Func<KeyValuePair<ValueKey, IAggregator>, Boolean>

Return Value

Type: PivotData
See Also

Reference