Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTDatabase::GetTableUID

Syntax

void GetTableUID(const CTString& Name, ULONG& uid)

Parameters

  • Name [in] The table name, given to the method.
  • uid [out] The table UID, returned by the method.

Description

Retrieves the table UID.

Return

None.

See also

SetTableUID()

TOCIndex