db4o

IObjectClass.MaximumActivationDepth Method 

sets the maximum activation depth to the desired value.

void MaximumActivationDepth(
   int depth
);

Parameters

depth
the desired maximum activation depth

Remarks

sets the maximum activation depth to the desired value.

A class specific setting overrides the global setting

See Also

IObjectClass Interface | Db4objects.Db4o.Config Namespace | Why activation? | Db4objects.Db4o.Config.IObjectClass.CascadeOnActivate