db4o

IObjectClass.CascadeOnUpdate Method 

sets cascaded update behaviour.

void CascadeOnUpdate(
   bool flag
);

Parameters

flag
whether updates are to be cascaded to member objects.

Remarks

sets cascaded update behaviour.

Setting cascadeOnUpdate to true will result in the update of all member objects if a stored instance of this class is passed to Db4objects.Db4o.IObjectContainer.Set .

The default setting is false.

See Also

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