db4o

IObjectClass.MinimumActivationDepth Method 

sets the minimum activation depth to the desired value.

void MinimumActivationDepth(
   int depth
);

Parameters

depth
the desired minimum activation depth

Remarks

sets the minimum 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