configures the activation depth for objects returned from this collection.
[Visual Basic] Sub activationDepth( _ ByVal depth As Integer _ ) [C#] void activationDepth( int depth ); [C++] void activationDepth( int depth ); [JScript] function activationDepth( int depth );
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.
Db4oCollection Interface | com.db4o.types Namespace