[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
specifies the global updateDepth.
Namespace: Db4objects.Db4o.Config
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
Syntax
Visual Basic (Declaration) |
---|
Sub UpdateDepth ( _ depth As Integer _ ) |
C# |
---|
void UpdateDepth ( int depth ) |
Visual C++ |
---|
void UpdateDepth ( int depth ) |
Parameters
- depth
- System.Int32
the depth of the desired update.
Remarks
specifies the global updateDepth.
see the documentation of ObjectContainer.set() for further details.
The value be may be overridden for individual classes.
The default setting is 1: Only the object passed to ObjectContainer.set() will be updated.
see the documentation of ObjectContainer.set() for further details.
The value be may be overridden for individual classes.
The default setting is 1: Only the object passed to ObjectContainer.set() will be updated.