db4o

IDb4oCollection.ActivationDepth Method 

configures the activation depth for objects returned from this collection.

void ActivationDepth(
   int depth
);

Parameters

depth
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.

See Also

IDb4oCollection Interface | Db4objects.Db4o.Types Namespace