Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTBase.SetHandle

Syntax

void SetHandle(CTHANDLE Handle)

Parameters

  • Handle [in] is the object. Depending on the instance, it can be the Session, Database, Table, Record, Field, Index or Segment object.

Description

Sets the object.

Return

None.

See Also

GetHandleId(), GetHandleId()

TOCIndex