Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTDatabase.GetTableUID

Syntax

void GetTableUID( String Name, out 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