







|
| Berkeley DB .NET API Documentation |
| RecnoCursor..::.MoveFirstMultipleKey Method |
| RecnoCursor Class See Also |
Overload List
| Name | Description | |
|---|---|---|
![]() | 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.) |

