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

See Also