SparseIndexTKeyUpdateKey Method

Updates the specified leaf node to the provided key.

Definition

Namespace: SnapDB.Snap.Tree
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public void UpdateKey(
	TKey oldKey,
	TKey newKey,
	byte level
)

Parameters

oldKey  TKey
The old key that is to be updated.
newKey  TKey
The new key to replace the old key.
level  Byte
The level of the node.

Exceptions

ExceptionThrown if key of root cannot be updated.

See Also