Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTRecord.GetFieldName

Syntax

String GetFieldName(int FieldNumber)

Parameters

  • FieldNumber [in] The field number.

Description

Retrieves the field name based on the field number.

Return

GetFieldName() returns the field name.

Example

field_name=pRec->GetFieldName(1);

See Also

GetFieldOffset(), GetFieldType()

TOCIndex