db4o

IReflect.constructorCallsSupported Method 

specifiy whether parameterized Constructors are supported.

[Visual Basic]
Function constructorCallsSupported() As Boolean
[C#]
bool constructorCallsSupported();
[C++]
bool constructorCallsSupported();
[JScript]
function constructorCallsSupported(): bool;

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.

See Also

IReflect Interface | com.db4o.reflect Namespace