db4o

IObjectField.CascadeOnUpdate Method 

sets cascaded update behaviour.

void CascadeOnUpdate(
   bool flag
);

Parameters

flag
whether updates are to be cascaded to the member object.

Remarks

sets cascaded update behaviour.

Setting cascadeOnUpdate to true will result in the update of the object attribute stored in this field if the parent object is passed to ObjectContainer#set() .

The default setting is false.

See Also

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