Click or drag to resize

BTreeBaseKey, ValueIsLeaf Property

Is the root a leaf node or not?

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

Property Value

Type: Boolean
See Also