db4o

IReflector.ConstructorCallsSupported Method 

specifiy whether parameterized Constructors are supported.

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.

See Also

IReflector Interface | Db4objects.Db4o.Reflect Namespace