GetBothMultiple Method
From BerkeleyDB
| Berkeley DB .NET API Documentation |
| QueueDatabase..::.GetBothMultiple Method |
| QueueDatabase Class See Also |
Overload List
| Name | Description | |
|---|---|---|
| GetBothMultiple(DatabaseEntry, DatabaseEntry) |
If a key/data pair in the database matches key
and data, return the key and all duplicate data
items.
(Inherited from Database.) | |
| GetBothMultiple(DatabaseEntry, DatabaseEntry, Int32) |
If a key/data pair in the database matches key
and data, return the key and all duplicate data
items.
(Inherited from Database.) | |
| GetBothMultiple(DatabaseEntry, DatabaseEntry, Int32, Transaction) |
If a key/data pair in the database matches key
and data, return the key and all duplicate data
items.
(Inherited from Database.) | |
| GetBothMultiple(DatabaseEntry, DatabaseEntry, Int32, Transaction, LockingInfo) |
If a key/data pair in the database matches key
and data, return the key and all duplicate data
items.
(Inherited from Database.) |