Summary
specifies the global updateDepth.
		- Assembly
- Db4objects.Db4o-2010 .dll 
- Namespace
- Db4objects.Db4o .Config 
- Containing Type
- ICommonConfiguration
Syntax
int UpdateDepth { set; }Remarks
    specifies the global updateDepth.
    
see the documentation of
The value be may be overridden for individual classes.
The default setting is 1: Only the object passed to
In a client/server environment it is good practice to configure the client and the server in exactly the same way.
    
	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