Move Method

BerkeleyDB

Overload List

  NameDescription
Move(DatabaseEntry, Boolean)
Set the cursor to refer to key, and store the datum associated with the given key in Current. In the presence of duplicate key values, the first data item in the set of duplicates is stored in Current.
(Inherited from Cursor.)
Move(KeyValuePair<(Of <(DatabaseEntry, DatabaseEntry>)>), Boolean)
Move the cursor to the specified key/data pair of the database. 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.)
Move(DatabaseEntry, Boolean, LockingInfo)
Set the cursor to refer to key, and store the datum associated with the given key in Current. In the presence of duplicate key values, the first data item in the set of duplicates is stored in Current.
(Inherited from Cursor.)
Move(KeyValuePair<(Of <(DatabaseEntry, DatabaseEntry>)>), Boolean, LockingInfo)
Move the cursor to the specified key/data pair of the database. 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