Click or drag to resize

DatabaseDelete Method

Deletes a database

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.1.0-b0232
Syntax
C#
public void Delete()
Exceptions
ExceptionCondition
CouchbaseExceptionThrown if an error condition is returned from LiteCore
CouchbaseLiteExceptionThrown with Busy if there are still active replicators or query listeners when the close call occurred
InvalidOperationExceptionThrown if this method is called after the database is closed
See Also