Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTTable.CTTable

Syntax

CTTable( CTDatabase Handle)

CTTable( CTSession Handle)

Parameters

Handle [In]Is the database or session object. When the CTTable(CTDatabase Handle) prototype is used, Handle is a database object. When the CTTable(CTSession Handle) prototype is used, Handle is a session object. The CTTable object being created is a child of the CTDatabase or CTSession object.

Description

This is the constructor for the CTTable class.

See Also

Dispose()

TOCIndex