MoveMultipleKey Method

BerkeleyDB

Overload List

  NameDescription
MoveMultipleKey(DatabaseEntry, Boolean)
Set the cursor to refer to key, and store that key and as many ensuing key/data pairs that can fit in a buffer the size of one database page in CurrentMultipleKey.
(Inherited from Cursor.)
MoveMultipleKey(KeyValuePair<(Of <(DatabaseEntry, DatabaseEntry>)>), Boolean)
Move the cursor to the specified key/data pair of the database, and store that key/data pair and as many ensuing key/data pairs that can fit in a buffer the size of one database page in CurrentMultipleKey. The cursor is positioned to a key/data pair if both the key and data match the values provided on the key and data parameters.
(Inherited from Cursor.)
MoveMultipleKey(DatabaseEntry, Boolean, LockingInfo)
Set the cursor to refer to key, and store that key and as many ensuing key/data pairs that can fit in a buffer the size of one database page in CurrentMultipleKey.
(Inherited from Cursor.)
MoveMultipleKey(DatabaseEntry, Boolean, Int32)
Set the cursor to refer to key, and store that key and as many ensuing key/data pairs that can fit in a buffer the size of BufferSize in CurrentMultipleKey.
(Inherited from Cursor.)
MoveMultipleKey(KeyValuePair<(Of <(DatabaseEntry, DatabaseEntry>)>), Boolean, LockingInfo)
Move the cursor to the specified key/data pair of the database, and store that key/data pair and as many ensuing key/data pairs that can fit in a buffer the size of one database page in CurrentMultipleKey. The cursor is positioned to a key/data pair if both the key and data match the values provided on the key and data parameters.
(Inherited from Cursor.)
MoveMultipleKey(KeyValuePair<(Of <(DatabaseEntry, DatabaseEntry>)>), Boolean, Int32)
Move the cursor to the specified key/data pair of the database, and store that key/data pair and as many ensuing key/data pairs that can fit in a buffer the size of BufferSize in CurrentMultipleKey. The cursor is positioned to a key/data pair if both the key and data match the values provided on the key and data parameters.
(Inherited from Cursor.)
MoveMultipleKey(DatabaseEntry, Boolean, Int32, LockingInfo)
Set the cursor to refer to key, and store that key and as many ensuing key/data pairs that can fit in a buffer the size of BufferSize in CurrentMultipleKey.
(Inherited from Cursor.)
MoveMultipleKey(KeyValuePair<(Of <(DatabaseEntry, DatabaseEntry>)>), Boolean, Int32, LockingInfo)
Move the cursor to the specified key/data pair of the database, and store that key/data pair and as many ensuing key/data pairs that can fit in a buffer the size of BufferSize in CurrentMultipleKey. The cursor is positioned to a key/data pair if both the key and data match the values provided on the key and data parameters.
(Inherited from Cursor.)

See Also