Move table record from the table to the start position of the table.
Parameters
Parameters
Description
idTableRecord
[in] element id of the table record to move.
bSkipDeleted
[in] skip erased elements.
Returns
eOk if table record was moved to the start position of the table.
Remarks
1) The table record must be from the table. The function is only change position of the table record and doesn't add it to the table. 2) Start position is not always first position. Some tables store their default data on the first element.