nn::nex::DataStoreSearchParam::SetSearchSortOrderColumn Member Function

Syntax

void SetSearchSortOrderColumn(
     DataStoreConstants::SearchSortColumn resultOrderColumn
);

Parameters

Name Description
in resultOrderColumn The column of search results to be sorted.

Return Values

None.

Description

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.

Revision History

2011/01/27
Initial version.

CONFIDENTIAL