Summary
specifies the global updateDepth.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Config - Containing Type
- IConfiguration
Syntax
void UpdateDepth(int depth)
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 client-server environment this setting should be used on both client and server sides.
see the documentation of
com.db4o.ObjectContainer#set
for further details.The value be may be overridden for individual classes.
The default setting is 1: Only the object passed to
com.db4o.ObjectContainer#set
will be updated.In client-server environment this setting should be used on both client and server sides.
Parameters
Name | Type | Description |
---|---|---|
depth | int | the depth of the desired update. |
Return Value
Type | Description |
---|---|
void |
See Also
- Db4objects.Db4o.Config.IObjectClass.UpdateDepth(System.Int32)
- Db4objects.Db4o.Config.IObjectClass.CascadeOnUpdate(System.Boolean)
- Db4objects.Db4o.Ext.IObjectCallbacks