Note: This API is now obsolete.
Namespace:
NReco.PivotData
Assembly:
NReco.PivotData (in NReco.PivotData.dll) Version: 1.4.1
[ObsoleteAttribute("Use SliceQuery class instead")]
public PivotData Slice(
string[] dimensions,
bool lazyTotals,
Func<KeyValuePair<ValueKey, IAggregator>, bool> predicate
)
<ObsoleteAttribute("Use SliceQuery class instead")>
Public Function Slice (
dimensions As String(),
lazyTotals As Boolean,
predicate As Func(Of KeyValuePair(Of ValueKey, IAggregator), Boolean)
) As PivotData
public:
[ObsoleteAttribute(L"Use SliceQuery class instead")]
PivotData^ Slice(
array<String^>^ dimensions,
bool lazyTotals,
Func<KeyValuePair<ValueKey^, IAggregator^>, bool>^ predicate
)
[<ObsoleteAttribute("Use SliceQuery class instead")>]
member Slice :
dimensions : string[] *
lazyTotals : bool *
predicate : Func<KeyValuePair<ValueKey, IAggregator>, bool> -> PivotData
Parameters
- dimensions
- Type: SystemString
- lazyTotals
- Type: SystemBoolean
- predicate
- Type: SystemFuncKeyValuePairValueKey, IAggregator, Boolean
Return Value
Type:
PivotData
Reference