IObjectField.

CascadeOnActivate(bool) Method

Summary

sets cascaded activation behaviour.
Assembly
Db4objects.Db4o-2010.dll
Namespace
Db4objects.Db4o.Config
Containing Type
IObjectField

Syntax

void CascadeOnActivate(bool flag)

Remarks

sets cascaded activation behaviour.

Setting cascadeOnActivate to true will result in the activation of the object attribute stored in this field if the parent object is activated.

The default setting is false.

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
flag bool whether activation is to be cascaded to the member object.

Return Value

Type Description
void

See Also

  • Db4objects.Db4o.Config.IConfiguration.ActivationDepth
  • Db4objects.Db4o.Config.IObjectClass.CascadeOnActivate(System.Boolean)
  • Db4objects.Db4o.IObjectContainer.Activate(System.Object,System.Int32)
  • Db4objects.Db4o.Ext.IObjectCallbacks