Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

Number of Fields

The "number of fields" property indicates the total number of fields defined for a table. The value takes in consideration only user defined fields and does not include any hidden fields that exist for the table. Use the CTTable.GetFieldCount() method to retrieve the number of fields associated with a table.

TOCIndex