Click or drag to resize

BTreeBaseKey, ValueKeyPlacement Property

Set the key placement to be used for all key objects added to this. This setting is not persisted, it is mainly to be used with objects added with AddFast(Key)

Namespace:  VelocityDb.Collection.BTree
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public Placement KeyPlacement { get; set; }

Property Value

Type: Placement
See Also