BTree.

BTree(Transaction, BTreeConfiguration, int, IIndexable4, int) Constructor

Syntax

public BTree(Transaction trans, BTreeConfiguration config, int id, IIndexable4 keyHandler, int treeNodeSize)

Parameters

Name Type Description
trans Transaction
config BTreeConfiguration
id int
keyHandler IIndexable4
treeNodeSize int

Return Value

Type Description
void