- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Internal .Btree - Containing Type
- BTreeNode
Syntax
public BTreeNode Add(Transaction trans, IPreparedComparison preparedComparison, Object obj)
Parameters
Name | Type | Description |
---|---|---|
trans | Transaction | |
preparedComparison | IPreparedComparison | |
obj | Object |
Return Value
Type | Description |
---|---|
BTreeNode | the split node if this node is split or this if the first key has changed |