[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)
configures the activation depth for objects returned from this collection.
Namespace: Db4objects.Db4o.Types
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Sub ActivationDepth ( _ depth As Integer _ ) |
| C# |
|---|
void ActivationDepth ( int depth ) |
| Visual C++ |
|---|
void ActivationDepth ( int depth ) |
Parameters
- depth
- System.Int32
the desired depth
Remarks
configures the activation depth for objects returned from this collection.
Specify a value less than zero to use the default activation depth configured for the ObjectContainer or for individual objects.
Specify a value less than zero to use the default activation depth configured for the ObjectContainer or for individual objects.