Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTSession.DeleteDatabase

Syntax

void DeleteDatabase(String Name)

Parameters

  • Name [in] the database name to be deleted

Description

Drops a database from the session and deletes the data and index files.

Return

None.

See Also

AddDatabase(), CreateDatabase(), DropDatabase()

TOCIndex