void SetSearchSortOrderColumn( DataStoreConstants::SearchSortColumn resultOrderColumn );
Name | Description | |
---|---|---|
in | resultOrderColumn | The column of search results to be sorted. |
Sets the search result column to be sorted.
The default is DataStoreConstants::SEARCH_SORT_COLUMN_DATAID. If you set a column other than DataStoreConstants::SEARCH_SORT_COLUMN_DATAID
as the sort target, you must also set the search target data type using the DataStoreSearchParam::SetDataType
function.
CONFIDENTIAL