 Overload List
Overload List
| Name | Description | |
|---|---|---|
|  | MoveMultiple(DatabaseEntry, Boolean) | 
            Set the cursor to refer to key, and store that 
            key and as many duplicate data items associated with the given key that
            can fit in a buffer the size of one database page in
            CurrentMultiple.
             | 
|  | MoveMultiple(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 duplicate data items associated
            with the given key that can fit in a buffer the size of one database
            page in CurrentMultiple. 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. 
             | 
|  | MoveMultiple(DatabaseEntry, Boolean, LockingInfo) | 
            Set the cursor to refer to key, and store that 
            key and as many duplicate data items associated with the given key that
            can fit in a buffer the size of one database page in
            CurrentMultiple.
             | 
|  | MoveMultiple(DatabaseEntry, Boolean, Int32) | 
            Set the cursor to refer to key, and store that 
            key and as many duplicate data items associated with the given key that
            can fit in a buffer the size of BufferSize in
            CurrentMultiple.
             | 
|  | MoveMultiple(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 duplicate data items associated
            with the given key that can fit in a buffer the size of one database
            page in CurrentMultiple. 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. 
             | 
|  | MoveMultiple(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 duplicate data items associated
            with the given key that can fit in a buffer the size of
            BufferSize in CurrentMultiple. 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. 
             | 
|  | MoveMultiple(DatabaseEntry, Boolean, Int32, LockingInfo) | 
            Set the cursor to refer to key, and store that 
            key and as many duplicate data items associated with the given key that
            can fit in a buffer the size of BufferSize in
            CurrentMultiple.
             | 
|  | MoveMultiple(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 duplicate data items associated
            with the given key that can fit in a buffer the size of
            BufferSize in CurrentMultiple. 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. 
             | 





