Click or drag to resize

DatabaseDelete Method

Overload List
  NameDescription
Public methodDelete
Deletes the database
Public methodDelete(Document)
Deletes the given Document from this database. This call is equivalent to calling Delete(Document, ConcurrencyControl) with a second argument of LastWriteWins
Public methodStatic memberDelete(String, String)
Deletes the contents of a database with the given name in the given directory
Public methodDelete(Document, ConcurrencyControl)
Deletes the given Document from this database
Top
See Also