db4o

IExtObjectServer.Configure Method 

returns the Db4objects.Db4o.Config.IConfiguration context for this ObjectServer.

Upon opening an ObjectServer with any of the factory methods in the Db4objects.Db4o.Db4oFactory class, the global Db4objects.Db4o.Config.IConfiguration context is copied into the ObjectServer. The Db4objects.Db4o.Config.IConfiguration can be modified individually for each ObjectServer without any effects on the global settings.

IConfiguration Configure();

Return Value

the Configuration context for this ObjectServer

See Also

IExtObjectServer Interface | Db4objects.Db4o.Ext Namespace | Db4objects.Db4o.Db4oFactory.Configure