Resolves comparer for the keys of the specified dimension.
Namespace:
NReco.PivotData
Assembly:
NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
protected virtual IComparer<Object> GetDimensionComparer(
string dimension
)
Protected Overridable Function GetDimensionComparer (
dimension As String
) As IComparer(Of Object)
protected:
virtual IComparer<Object^>^ GetDimensionComparer(
String^ dimension
)
abstract GetDimensionComparer :
dimension : string -> IComparer<Object>
override GetDimensionComparer :
dimension : string -> IComparer<Object>
Parameters
- dimension
- Type: SystemString
dimension name
Return Value
Type:
IComparerObjecta comparer for the specified dimension
Reference