BTree.

BTree(Transaction, int, IIndexable4) Constructor

Syntax

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

Parameters

Name Type Description
trans Transaction
id int
keyHandler IIndexable4

Return Value

Type Description
void