Click or drag to resize

BTreeNode Class

A BTree consists of a tree of nodes. Each BTree node has this class a base class.
Inheritance Hierarchy

Namespace:  VelocityDb.Collection.BTree
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
[SerializableAttribute]
public abstract class BTreeNode : OptimizedPersistable
See Also