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
<SerializableAttribute>
Public MustInherit Class BTreeNode
Inherits OptimizedPersistable
[SerializableAttribute]
public ref class BTreeNode abstract : public OptimizedPersistable
[<AbstractClassAttribute>]
[<SerializableAttribute>]
type BTreeNode =
class
inherit OptimizedPersistable
end
See Also