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: 8.2.1.0 (8.2.1)
Syntax
[SerializableAttribute]
public abstract class BTreeNode : OptimizedPersistable
See Also