MoveFirstMultipleKey Method

BerkeleyDB

Overload List

  NameDescription
MoveFirstMultipleKey()()()
Set the cursor to refer to the first key/data pair of the database, and store that pair and as many ensuing key/data pairs that can fit in a buffer the size of one database page in CurrentMultipleKey.
(Inherited from Cursor.)
MoveFirstMultipleKey(LockingInfo)
Set the cursor to refer to the first key/data pair of the database, and store that pair and as many ensuing key/data pairs that can fit in a buffer the size of one database page in CurrentMultipleKey.
(Inherited from Cursor.)
MoveFirstMultipleKey(Int32)
Set the cursor to refer to the first key/data pair of the database, and store that pair and as many ensuing key/data pairs that can fit in a buffer the size of BufferSize in CurrentMultipleKey.
(Inherited from Cursor.)
MoveFirstMultipleKey(Int32, LockingInfo)
Set the cursor to refer to the first key/data pair of the database, and store that pair and as many ensuing key/data pairs that can fit in a buffer the size of BufferSize in CurrentMultipleKey.
(Inherited from Cursor.)

See Also