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.
| |
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.
|