Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTSession.DropDatabase

Syntax

void DropDatabase(String Name)

Parameters

  • Name [in] the database name to be dropped

Description

Drops a database from the session, but does not delete the data and index files.

Return

None.

See Also

AddDatabase(), CreateDatabase(), DeleteDatabase()

TOCIndex