Overload List
Name | Description | |
---|---|---|
MoveMultipleKey(UInt32) |
Position the cursor at a specific key/data pair in the database, and
store the key/data pair and as many ensuing key/data pairs that can
fit in a buffer the size of one database page in
CurrentMultipleKey.
| |
MoveMultipleKey(UInt32, LockingInfo) |
Position the cursor at a specific key/data pair in the database, and
store the key/data pair and as many ensuing key/data pairs that can
fit in a buffer the size of one database page in
CurrentMultipleKey.
| |
MoveMultipleKey(UInt32, Int32) |
Position the cursor at a specific key/data pair in the database, and
store the key/data pair and as many ensuing key/data pairs that can
fit in a buffer the size of one database page in
CurrentMultipleKey.
| |
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(UInt32, Int32, LockingInfo) |
Position the cursor at a specific key/data pair in the database, and
store the key/data pair and as many ensuing key/data pairs that can
fit in a buffer the size of one database page in
CurrentMultipleKey.
| |
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.) |