Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTRecord.GetFieldByName

Syntax

int GetFieldByName(String 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

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

TOCIndex