RefreshMultiple Method

BerkeleyDB

Overload List

  NameDescription
RefreshMultiple()()()
Store the key/data pair to which the cursor refers and as many duplicate data items that can fit in a buffer the size of one database page in CurrentMultiple.
(Inherited from Cursor.)
RefreshMultiple(LockingInfo)
Store the key/data pair to which the cursor refers and as many duplicate data items that can fit in a buffer the size of one database page in CurrentMultiple.
(Inherited from Cursor.)
RefreshMultiple(Int32)
Store the key/data pair to which the cursor refers and as many duplicate data items that can fit in a buffer the size of BufferSize in CurrentMultiple.
(Inherited from Cursor.)
RefreshMultiple(Int32, LockingInfo)
Store the key/data pair to which the cursor refers and as many duplicate data items that can fit in a buffer the size of BufferSize in CurrentMultiple.
(Inherited from Cursor.)

See Also