Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTSession.GetDatabaseUID

Syntax

void GetDatabaseUID(String Name, out ulong uid)

Parameters

  • Name [in] the database name
  • uid [out] the database UID

Description

Retrieves the database UID, given the database name.

Return

None.

See Also

SetDatabaseUID()

TOCIndex