db4o

IConfiguration.UpdateDepth Method 

specifies the global updateDepth.

void UpdateDepth(
   int depth
);

Parameters

depth
the depth of the desired update.

Remarks

specifies the global updateDepth.

see the documentation of ObjectContainer.set() for further details.

The value be may be overridden for individual classes.

The default setting is 1: Only the object passed to ObjectContainer.set() will be updated.

See Also

IConfiguration Interface | Db4objects.Db4o.Config Namespace | Db4objects.Db4o.Config.IObjectClass.UpdateDepth | Db4objects.Db4o.Config.IObjectClass.CascadeOnUpdate | Using callbacks