GenericEncodedNodeScannerTKey, TValueInternalReadWhile Method

Overload List

InternalReadWhile(TKey, TValue, TKey) Reads and decodes the next key-value pair at the current position, advances the position, and continues reading as long as the key is less than the specified upper bounds.
InternalReadWhile(TKey, TValue, TKey, MatchFilterBaseTKey, TValue) Reads and decodes the next key-value pair at the current position, advances the position, and continues reading as long as the key is less than the specified upper bounds and matches the filter condition.

See Also