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

specifiy whether parameterized Constructors are supported.

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

Syntax

Visual Basic (Declaration)
Function ConstructorCallsSupported As Boolean
C#
bool ConstructorCallsSupported ()
Visual C++
bool ConstructorCallsSupported ()

Remarks

specifiy whether parameterized Constructors are supported.

The support of Constructors is optional. If Constructors are not supported, every persistent class needs a public default constructor with zero parameters.