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, 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. If either the key or the data is partial DatabaseEntry, its PartialLen bytes starting PartialOffset bytes from the beginning of the retrieved data record are returned as if they comprised the entire record. If any or all of the specified bytes do not exist in the record, Move is successful, and any existing bytes are returned.
(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.)
Move(DatabaseEntry, 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. If either the key or the data is partial DatabaseEntry, its PartialLen bytes starting PartialOffset bytes from the beginning of the retrieved data record are returned as if they comprised the entire record. If any or all of the specified bytes do not exist in the record, Move is successful, and any existing bytes are returned.
(Inherited from Cursor.)

See Also