Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTRecord.SetRecordOffset

Syntax

void SetRecordOffset(CTOFFSET offset)

Parameters

  • offset [in] The record offset position.

Description

Updates the record offset. The current record pointer is not moved and no record data is updated.

Return

None.

See Also

GetRecordPos(), SeekRecord(), SetRecordPos()

TOCIndex