BTree.

BTree(Transaction, BTreeConfiguration, int, IIndexable4) Constructor

Syntax

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

Parameters

Name Type Description
trans Transaction
config BTreeConfiguration
id int
keyHandler IIndexable4

Return Value

Type Description
void