[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 updateDepth for this class.
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 for this class.
Remarks
specifies the updateDepth for this class.
see the documentation of Db4objects.Db4o.IObjectContainer.Set for further details.
The default setting is 0: Only the object passed to Db4objects.Db4o.IObjectContainer.Set will be updated.
see the documentation of Db4objects.Db4o.IObjectContainer.Set for further details.
The default setting is 0: Only the object passed to Db4objects.Db4o.IObjectContainer.Set will be updated.