BTree.

BTree(Transaction, int, IIndexable4, int) Constructor

Syntax

public BTree(Transaction trans, int id, IIndexable4 keyHandler, int nodeSize)

Parameters

Name Type Description
trans Transaction
id int
keyHandler IIndexable4
nodeSize int

Return Value

Type Description
void