Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTRecord.GetFieldOffset

Syntax

VRLEN GetFieldOffset(int FieldNbr)

VRLEN GetFieldOffset(String FieldName)

Parameters

  • FieldNbr [in] The field number.
  • FieldName [in] The field name.

Description

Retrieves the field record offset.

Return

GetFieldOffset() returns the field offset.

See Also

GetFieldAddress(), GetFieldLength(), GetFieldName(), GetFieldType()

TOCIndex