If positioning the cursor fails, CurrentMultiple will
            contain an empty
            KeyValuePair<(Of <(TKey, TValue>)>).
            
 Overload List
Overload List
| Name | Description | |
|---|---|---|
|  | MoveFirstMultiple()()() | 
            Set the cursor to refer to the first key/data pair of the database, 
            and store that key and as many duplicate data items that can fit in
            a buffer the size of one database page in
            CurrentMultiple.
             | 
|  | MoveFirstMultiple(LockingInfo) | 
            Set the cursor to refer to the first key/data pair of the database, 
            and store that key and as many duplicate data items that can fit in
            a buffer the size of one database page in
            CurrentMultiple.
             | 
|  | MoveFirstMultiple(Int32) | 
            Set the cursor to refer to the first key/data pair of the database, 
            and store that key and as many duplicate data items that can fit in
            a buffer the size of BufferSize in
            CurrentMultiple.
             | 
|  | MoveFirstMultiple(Int32, LockingInfo) | 
            Set the cursor to refer to the first key/data pair of the database, 
            and store that key and as many duplicate data items that can fit in
            a buffer the size of BufferSize in
            CurrentMultiple.
             | 





