Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTRecord::GetFieldName

Syntax

CTString GetFieldName(NINT 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

GetFieldType(), GetFieldOffset()

TOCIndex