







|
| Berkeley DB .NET API Documentation |
| SecondaryQueueDatabase..::.Get Method |
| SecondaryQueueDatabase Class See Also |
Overload List
| Name | Description | |
|---|---|---|
![]() | Get(DatabaseEntry) |
Retrieve a key/data pair from the database. In the presence of
duplicate key values, Get will return the first data item for
key.
(Inherited from BaseDatabase.) |
![]() | Get(DatabaseEntry, Transaction) |
Retrieve a key/data pair from the database. In the presence of
duplicate key values, Get will return the first data item for
key.
(Inherited from BaseDatabase.) |
![]() | Get(DatabaseEntry, Transaction, LockingInfo) |
Retrieve a key/data pair from the database. In the presence of
duplicate key values, Get will return the first data item for
key.
(Inherited from BaseDatabase.) |

