IConfiguration.

ClassActivationDepthConfigurable(bool) Method

Summary

turns Db4objects.Db4o.Config.IObjectClass.MaximumActivationDepth(System.Int32) on and off.

This feature is turned on by default.

In client/server environment this setting should be used on both client and server.

Syntax

void ClassActivationDepthConfigurable(bool flag)

Parameters

Name Type Description
flag bool false to turn the possibility to individually configure class activation depths off

Return Value

Type Description
void

See Also

  • Db4objects.Db4o.Config.IConfiguration.ActivationDepth