Click or drag to resize

BTreeSetIteratorKeyCurrentComparisonArray Method

The iterator current Key comparison array

Namespace:  VelocityDb.Collection.BTree
Assembly:  VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public byte[] CurrentComparisonArray()

Return Value

Type: Byte
The Key comparison array at the current iterator position
See Also