TreeStreamTKey, TValueRead Method
Advances the stream to the next value.
If before the beginning of the stream, advances to the first value
Namespace: SnapDB.SnapAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public bool Read(
TKey key,
TValue value
)
Public Function Read (
key As TKey,
value As TValue
) As Boolean
public:
bool Read(
TKey key,
TValue value
)
function Read(key, value);
- key TKey
- The key to be advanced to.
- value TValue
- The value associated with the key to be advanced to.
Booleantrue if the advance was successful; otherwise,
false if the end of the stream was reached.