Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTTable::GetFieldNumber

Syntax

NINT GetFieldNumber(const CTString& FieldName) const

Parameters

  • FieldName [in] The field name whose field number is to be retrieved from the table.

Description

Retrieves the field number from a table, given its field name.

Return

GetFieldNumber() returns the field number.

See also

GetField(), GetFieldCount()

TOCIndex