RefreshMultipleKey Method

BerkeleyDB

Overload List

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

See Also