IObjectClass.

UpdateDepth(int) Method

Summary

specifies the updateDepth for this class.
Assembly
Db4objects.Db4o-2010.dll
Namespace
Db4objects.Db4o.Config
Containing Type
IObjectClass

Syntax

void UpdateDepth(int depth)

Remarks

specifies the updateDepth for this class.

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

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

In client-server environment this setting should be used on both client and server.

Parameters

Name Type Description
depth int the depth of the desired update for this class.

Return Value

Type Description
void

See Also

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