Overload List
Name | Description | |
---|---|---|
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.
| |
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.
| |
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.
| |
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.
|