db4o

IConfiguration Interface

configuration interface.

For a list of all members of this type, see IConfiguration Members.

public interface IConfiguration

Remarks

configuration interface.

This interface contains methods to configure db4o.

The global Configuration context is available with Db4objects.Db4o.Db4oFactory.Configure . When an ObjectContainer or ObjectServer is opened, the global Configuration context is cloned and copied into the ObjectContainer/ObjectServer. That means every ObjectContainer/ObjectServer gets it's own copy of configuration settings.

Most configuration settings should be set before opening an ObjectContainer/ObjectServer.

Some configuration settings can be modified on an open ObjectContainer/ObjectServer. The local Configuration context is available with Db4objects.Db4o.Ext.IExtObjectContainer.Configure and Db4objects.Db4o.Ext.IExtObjectServer.Configure .

Requirements

Namespace: Db4objects.Db4o.Config

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

See Also

IConfiguration Members | Db4objects.Db4o.Config Namespace