Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

Class CTRecord

Description

The CTRecord class deals with the record concept. The CTRecord object is the "atomic" or basic element of the database system, in the sense that it has the smallest piece of integrated information. It represents the information in the data structure defined in the table. Multiple records may belong to one table, but a record belongs to only one table. The records are several times defined as the "rows" in the tables.

See Also

CTBase, CTDatabase, CTTable

Preconditions

In order to deal with the records, the user must logon to a Session, be connected to a database, and have a table open.

TOCIndex