Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTSession.FirstDatabase

Syntax

bool FirstDatabase(StringBuilder Name, StringBuilder Path)

Parameters

  • Name [out] the database name
  • Path [out] the database path

Description

Gets the first database for the session.

Return

FirstDatabase() returns true if the database is found, false otherwise.

See Also

FindDatabase(), GetDatabase(), NextDatabase()

TOCIndex