| DatabaseDelete Method | 
 Overload List
Overload List| Name | Description | |
|---|---|---|
|  | Delete | 
            Deletes a database
             | 
|  | Delete(Document) | 
            Deletes a document from the database.  When write operations are executed
            concurrently, the last writer will overwrite all other written values.
            Calling this method is the same as calling Delete(Document, ConcurrencyControl)
            with LastWriteWins | 
|   | Delete(String, String) | 
            Deletes a database of the given name in the given directory.  If a null directory
            is passed then the default directory is searched.
             | 
|  | Delete(Document, ConcurrencyControl) | 
            Deletes the given Document from this database
             | 
 See Also
See Also