GetMultiple Method

BerkeleyDB

Overload List

  NameDescription
GetMultiple(UInt32)
GetMultiple(DatabaseEntry)
Retrieve a key and all duplicate data items from the database.
(Inherited from Database.)
GetMultiple(UInt32, Int32)
GetMultiple(DatabaseEntry, Int32)
Retrieve a key and all duplicate data items from the database.
(Inherited from Database.)
GetMultiple(UInt32, Int32, Transaction)
GetMultiple(DatabaseEntry, Int32, Transaction)
Retrieve a key and all duplicate data items from the database.
(Inherited from Database.)
GetMultiple(UInt32, Int32, Transaction, LockingInfo)
GetMultiple(DatabaseEntry, Int32, Transaction, LockingInfo)
Retrieve a key and all duplicate data items from the database.
(Inherited from Database.)

See Also