Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTRecord.GetFieldLength

Syntax

VRLEN GetFieldLength(int FieldNbr)

VRLEN GetFieldLength(String FieldName)

Parameters

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

Description

Retrieves the actual field data length.

Return

GetFieldLength() returns the field length.

See Also

GetFieldName(), GetFieldOffset(), GetFieldSize(), GetFieldType()

TOCIndex