[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
returns the Configuration context for this ObjectContainer.
Namespace: Db4objects.Db4o.Ext
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
Syntax
Visual Basic (Declaration) |
---|
Function Configure As IConfiguration |
C# |
---|
IConfiguration Configure () |
Visual C++ |
---|
IConfiguration^ Configure () |
Return Value
Configuration the Configuration context for this ObjectContainer
Remarks
returns the Configuration context for this ObjectContainer.
Upon opening an ObjectContainer with any of the factory methods in the Db4o class , the global Configuration context is copied into the ObjectContainer. The Configuration can be modified individually for each ObjectContainer without any effects on the global settings.
Upon opening an ObjectContainer with any of the factory methods in the Db4o class , the global Configuration context is copied into the ObjectContainer. The Configuration can be modified individually for each ObjectContainer without any effects on the global settings.