Method GetSortField
GetSortField(Boolean)
EXPERIMENTAL: This method is subject to change.
Get the SortField for this ValueSource. Uses the GetValues(IDictionary, AtomicReaderContext) to populate the SortField.
Declaration
public virtual SortField GetSortField(bool reverse)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | reverse |
|
Returns
Type | Description |
---|---|
SortField | The SortField for the ValueSource |