Get Method

BerkeleyDB

Overload List

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

See Also