SparseIndexTKeyGet Method

Gets the data for the following key.

Definition

Namespace: SnapDB.Snap.Tree
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public uint Get(
	TKey key,
	byte level
)

Parameters

key  TKey
The key to look up. Only uses the key portion of the TKeyValue
level  Byte
The level in the sorted tree that the search is at.

Return Value

UInt32
The value associated with the specified key at the given level, or a default value if the key is not found in the sorted tree.

See Also