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.PivotDataIPivotData
IPivotData instance - dims
- Type: SystemString
list of dimensions - dimSortComparers
- Type: System.Collections.GenericIComparerObject
list of comparers that should be used for sorting dimension keys
Return Value
Type: Objectarray of keys for specified dimensions
See Also