SortedTreeTableReadSnapshotTKey, TValueGetKeyRange Method
Returns the lower and upper bounds of the tree
Namespace: SnapDB.Snap.StorageAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public void GetKeyRange(
TKey lowerBounds,
TKey upperBounds
)
Public Sub GetKeyRange (
lowerBounds As TKey,
upperBounds As TKey
)
public:
void GetKeyRange(
TKey lowerBounds,
TKey upperBounds
)
function GetKeyRange(lowerBounds, upperBounds);
Parameters
- lowerBounds TKey
- the first key in the tree
- upperBounds TKey
- the last key in the tree
If the tree is empty, lowerBounds will be greater than upperBounds