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
)
<ObsoleteAttribute("Use SliceQuery class instead")>
Public Function Slice (
dimensions As String(),
lazyTotals As Boolean
) As PivotData
public:
[ObsoleteAttribute(L"Use SliceQuery class instead")]
PivotData^ Slice(
array<String^>^ dimensions,
bool lazyTotals
)
[<ObsoleteAttribute("Use SliceQuery class instead")>]
member Slice :
dimensions : string[] *
lazyTotals : bool -> PivotData
Parameters
- dimensions
- Type: SystemString
- lazyTotals
- Type: SystemBoolean
Return Value
Type:
PivotData
Reference