Summary
returns the global db4o
The
Db4objects.Db4o.Config.IConfiguration
context
for the running VM session.
The
Db4objects.Db4o.Config.IConfiguration
can be overridden in each
Db4objects.Db4o.Ext.IExtObjectContainer.Configure
.- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o - Containing Type
- Db4oFactory
Syntax
[System.ObsoleteAttribute(@"use explicit configuration via Db4oEmbedded.NewConfiguration() instead")]
public static IConfiguration Configure()
Attributes
Type | Description |
---|---|
ObsoleteAttribute |
Return Value
Type | Description |
---|---|
IConfiguration |
the global
Db4objects.Db4o.Config.IConfiguration
context
|