Click or drag to resize

DatabaseDelete Method

Overload List
  NameDescription
Public methodDelete
Deletes a database
Public methodDelete(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
Public methodStatic memberDelete(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.
Public methodDelete(Document, ConcurrencyControl)
Deletes the given Document from this database
Top
See Also