Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTRecord.GetFieldType

Syntax

CTDBTYPE GetFieldType(int FieldNumber)

CTDBTYPE GetFieldType(String FieldName)

Parameters

  • FieldNumber [in] The field number.
  • FieldName [in] The field name.

Description

Retrieves the field type based on the field number or name.

Return

GetFieldType() returns the field type.

See Also

GetFieldName(), GetFieldOffset()

TOCIndex