Returns unique keys of specified dimensions for the IPivotData instance.
Namespace: NReco.PivotData
Assembly: NReco.PivotData (in NReco.PivotData.dll) Version: 1.4.1
Syntax
public static Object[][] GetDimensionKeys( IPivotData pvtData, string[] dims, IComparer<Object>[] dimSortComparers )
Parameters
- pvtData
- Type: NReco.PivotData.IPivotData
IPivotData instance - dims
- Type:System.String[]
list of dimensions - dimSortComparers
- Type:System.Collections.Generic.IComparer<Object>[]
list of comparers that should be used for sorting dimension keys
Return Value
Type:Object[][]array of keys for specified dimensions
See Also