GetBothMultiple Method

BerkeleyDB

Overload List

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

See Also