PivotDataSlice Method (String, Boolean, FuncKeyValuePairValueKey, 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: SystemString
lazyTotals
Type: SystemBoolean
predicate
Type: SystemFuncKeyValuePairValueKey, IAggregator, Boolean

Return Value

Type: PivotData
See Also

Reference