db4o

IObjectClass.UpdateDepth Method 

specifies the updateDepth for this class.

void UpdateDepth(
   int depth
);

Parameters

depth
the depth of the desired update for this class.

Remarks

specifies the updateDepth for this class.

see the documentation of Db4objects.Db4o.IObjectContainer.Set for further details.

The default setting is 0: Only the object passed to Db4objects.Db4o.IObjectContainer.Set will be updated.

See Also

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