CTRecord.GetRecordPosAtOffset
Declaration
public virtual CTDBRET GetRecordPosAtOffset(out long Offset)
Parameters:
On input, offset should be in the range from zero (0) to recordCount.
On output, offset is set to the record offset.
Description
Retrieve the offset of the nth record of the current index.
Returns the record offset at a given offset.
Return Values
Value |
Symbolic Constant |
Explanation |
---|---|---|
0 |
CTDBRET_OK |
Successful operation. |
See c-tree Plus Error Codes for a complete listing of valid c-tree Plus error values.