Berkeley DB .NET API Documentation |
SecondaryDatabase..::.Delete Method |
SecondaryDatabase Class See Also |
Overload List
Name | Description | |
---|---|---|
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.) |