Summary
advises db4o to try instantiating objects with/without calling
constructors.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Config - Containing Type
- ICommonConfiguration
Syntax
bool CallConstructors { set; }
Remarks
advises db4o to try instantiating objects with/without calling
constructors.
Not all .NET-environments support this feature. db4o will attempt, to follow the setting as good as the enviroment supports. This setting may also be overridden for individual classes in
The default setting depends on the features supported by your current environment.
In a client/server environment it is good practice to configure the client and the server in exactly the same way.
Not all .NET-environments support this feature. db4o will attempt, to follow the setting as good as the enviroment supports. This setting may also be overridden for individual classes in
Db4objects.Db4o.Config.IObjectClass.CallConstructor(System.Boolean)
.
The default setting depends on the features supported by your current environment.
In a client/server environment it is good practice to configure the client and the server in exactly the same way.
Value
Type | Description |
---|---|
bool |
See Also
- Db4objects.Db4o.Config.IObjectClass.CallConstructor(System.Boolean)