Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTTable.GetFieldNumber

Syntax

int GetFieldNumber(String FieldName)

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