systemSequence.reserveValues Method

Preallocates a range of recIds that can be allocated to new records when the automatic assignment of recIds has been suspended.

Syntax

public int64 reserveValues(int64 nReserved, TableId tableId)

Run On

Server

Parameters

Return Value

Type: int64
The first usable reserved recId.

Remarks

The range of recIds that you reserved are reserved immediately.

See Also

Reference

systemSequence Class