CTSession.NextDatabase
Syntax
bool NextDatabase(StringBuilder Name, StringBuilder Path)
Parameters
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()