Share via


WHSParameters::resetSeqNum Method

Reorders a specified table with a sequence/priority number to eliminate gaps in the sequence.

Syntax

client server public static void resetSeqNum(
    TableId _tableId, 
    FieldId _fieldId, 
   [List _listOfCriteria])

Run On

Called

Parameters

  • _listOfCriteria
    Type: List Class
    A list of containers that represent additional criteria (ranges) that must be used when you select records for the reordering of the table.
    Each container must be in the following format: [fieldId, value].

See Also

Reference

WHSParameters Table