Delete Method

BerkeleyDB

Overload List

  NameDescription
Delete(DatabaseEntry)
Remove key/data pairs from the database. The key/data pair associated with key is discarded from the database. In the presence of duplicate key values, all records associated with the designated key will be discarded.
(Inherited from BaseDatabase.)
Delete(DatabaseEntry, Transaction)
Remove key/data pairs from the database. The key/data pair associated with key is discarded from the database. In the presence of duplicate key values, all records associated with the designated key will be discarded.
(Inherited from BaseDatabase.)

See Also