SortedTreeTableReadSnapshotTKey, TValueGetKeyRange Method

Returns the lower and upper bounds of the tree

Definition

Namespace: SnapDB.Snap.Storage
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public void GetKeyRange(
	TKey lowerBounds,
	TKey upperBounds
)

Parameters

lowerBounds  TKey
the first key in the tree
upperBounds  TKey
the last key in the tree

Remarks

If the tree is empty, lowerBounds will be greater than upperBounds

See Also