ICommonConfiguration.

UpdateDepth Property

Summary

specifies the global updateDepth.

Syntax

int UpdateDepth { set; }

Remarks

specifies the global updateDepth.

see the documentation of Db4objects.Db4o.IObjectContainer.Store(System.Object) for further details.

The value be may be overridden for individual classes.

The default setting is 1: Only the object passed to Db4objects.Db4o.IObjectContainer.Store(System.Object) will be updated.

In a client/server environment it is good practice to configure the client and the server in exactly the same way.

Value

Type Description
int the depth of the desired update.

See Also

  • Db4objects.Db4o.Config.IObjectClass.UpdateDepth(System.Int32)
  • Db4objects.Db4o.Config.IObjectClass.CascadeOnUpdate(System.Boolean)
  • Db4objects.Db4o.Ext.IObjectCallbacks