IObjectClass.

MaximumActivationDepth(int) Method

Summary

sets the maximum activation depth to the desired value.
Assembly
Db4objects.Db4o-2010.dll
Namespace
Db4objects.Db4o.Config
Containing Type
IObjectClass

Syntax

void MaximumActivationDepth(int depth)

Remarks

sets the maximum activation depth to the desired value.

A class specific setting overrides the Db4objects.Db4o.Config.IConfiguration.ActivationDepth(System.Int32)

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

This setting can be applied to an open object container.

Parameters

Name Type Description
depth int the desired maximum activation depth

Return Value

Type Description
void

See Also

  • Db4objects.Db4o.Config.IConfiguration.ActivationDepth
  • Db4objects.Db4o.Config.IObjectClass.CascadeOnActivate(System.Boolean)