SparseIndexTKeyGet Method
Gets the data for the following key.
Namespace: SnapDB.Snap.TreeAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public uint Get(
TKey key,
byte level
)
Public Function Get (
key As TKey,
level As Byte
) As UInteger
public:
unsigned int Get(
TKey key,
unsigned char level
)
function Get(key, level);
- 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.
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.