BTreeSetIteratorKeyCurrentComparisonArray Method |
The iterator current Key comparison array
Namespace:
VelocityDb.Collection.BTree
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public byte[] CurrentComparisonArray()
Public Function CurrentComparisonArray As Byte()
public:
array<unsigned char>^ CurrentComparisonArray()
member CurrentComparisonArray : unit -> byte[]
Return Value
Type:
ByteThe Key comparison array at the current iterator position
See Also