GetBoth Method

BerkeleyDB

Overload List

  NameDescription
GetBoth(DatabaseEntry, DatabaseEntry)
Retrieve a key/data pair from the database which matches key and data.
(Inherited from BaseDatabase.)
GetBoth(DatabaseEntry, DatabaseEntry, Transaction)
Retrieve a key/data pair from the database which matches key and data.
(Inherited from BaseDatabase.)
GetBoth(DatabaseEntry, DatabaseEntry, Transaction, LockingInfo)
Retrieve a key/data pair from the database which matches key and data.
(Inherited from BaseDatabase.)

See Also