Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTRecord.CTRecord

Syntax

CTRecord(CTTable& Handle)

CTRecord(CTTable* Handle)

CTRecord(CTRecord& Handle)

CTRecord(CTRecord* Handle)

Parameters

  • Handle [in] The Table or Record Object. If the prototype CTRecord(CTTable& Handle) or CTRecord(CTTable* Handle) is used, Handle is the CTTable Object. If the prototype CTRecord(CTRecord & Handle) or CTRecord(CTRecord * Handle) is used, Handle is the CTRecord Object. The CTRecord object being created is a child of the CTTable or CTRecord object.

Description

This is the constructor for the CTRecord class.

See Also

Dispose()

TOCIndex