 Overload List
Overload List
| Name | Description | |
|---|---|---|
|  | Move(UInt32) | 
            Position the cursor at a specific key/data pair in the database, and
            store the key/data pair in Current.
             | 
|  | Move(UInt32, LockingInfo) | 
            Position the cursor at a specific key/data pair in the database, and
            store the key/data pair in Current.
             | 
|  | 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.) | 





