Summary
returns the Configuration context for this ObjectContainer.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Ext - Containing Type
- IExtObjectContainer
Syntax
IConfiguration Configure()
Remarks
returns the Configuration context for this ObjectContainer.
Return Value
Type | Description |
---|---|
IConfiguration |
Db4objects.Db4o.Config.IConfiguration
the Configuration
context for this ObjectContainer
|