Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTRecord::GetFieldByName

Syntax

NINT GetFieldByName(const CTString& FieldName)

Parameters

  • FieldName [in] The field name.

Description

Retrieves the field number based on the field name.

Return

GetFieldByName() returns the field number.

See also

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

TOCIndex