BTree.

NotifyCountChanged(Transaction, BTreeNode, int) Method

Syntax

public virtual void NotifyCountChanged(Transaction trans, BTreeNode node, int diff)

Parameters

Name Type Description
trans Transaction
node BTreeNode
diff int

Return Value

Type Description
void