SortedTreeNodeBaseTKey, TValueUpdateKey Method
Updates the key of a non-leaf node.
Namespace: SnapDB.Snap.TreeAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public void UpdateKey(
TKey oldKey,
TKey newKey
)
Public Sub UpdateKey (
oldKey As TKey,
newKey As TKey
)
public:
void UpdateKey(
TKey oldKey,
TKey newKey
)
function UpdateKey(oldKey, newKey);
Parameters
- oldKey TKey
- The old key to be updated.
- newKey TKey
- The new key to replace the old key.