DatabaseDelete Method |
| Name | Description | |
|---|---|---|
| Delete |
Deletes the database
| |
| Delete(Document) |
Deletes the given Document from this database. This call is equivalent to calling
Delete(Document, ConcurrencyControl) with a second argument of
LastWriteWins | |
| Delete(String, String) |
Deletes the contents of a database with the given name in the
given directory
| |
| Delete(Document, ConcurrencyControl) |
Deletes the given Document from this database
|