[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

sets cascaded activation behaviour.

Namespace: Db4objects.Db4o.Config
Assembly:   Db4objects.Db4o (in Db4objects.Db4o.dll)

Syntax

Visual Basic (Declaration)
Sub CascadeOnActivate ( _
	flag As Boolean _
)
C#
void CascadeOnActivate (
	bool flag
)
Visual C++
void CascadeOnActivate (
	bool flag
)

Parameters

flag
System.Boolean
whether activation is to be cascaded to the member object.

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.

See Also