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; }
Public Property KeyPlacement As Placement
Get
Set
public:
property Placement^ KeyPlacement {
Placement^ get ();
void set (Placement^ value);
}
member KeyPlacement : Placement with get, set
Property Value
Type:
PlacementSee Also