PivotDataGetDimensionKeys Method (String, IComparerObject)

NReco.PivotData Class Library Documentation
Returns keys of specified dimensions

Namespace:  NReco.PivotData
Assembly:  NReco.PivotData (in NReco.PivotData.dll) Version: 1.4.1
Syntax

public Object[][] GetDimensionKeys(
	string[] dims,
	IComparer<Object>[] dimSortComparers
)

Parameters

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: Object
array of keys for specified dimensions
See Also

Reference