[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 member objects.

Remarks

sets cascaded activation behaviour.

Setting cascadeOnActivate to true will result in the activation of all member objects if an instance of this class is activated.

The default setting is false.

See Also