Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTSession.NextDatabase

Syntax

bool NextDatabase(StringBuilder Name, StringBuilder Path)

Parameters

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

Description

Gets the next database for the session. A database must have already been retrieved using FirstDatabase(), FindDatabase(), or GetDatabase().

Return

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

See Also

FindDatabase(), FirstDatabase(), GetDatabase()

TOCIndex