Summary
Represents a local ObjectContainer attached to a database file.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o - Interfaces
-
- IObjectContainer
- IDisposable
- ISodaQueryFactory
- Implementing Types
graph BT
Type-.->Interface0["IObjectContainer"]
click Interface0 "/db4o-gpl-doc/output/api/Db4objects.Db4o/IObjectContainer"
Type-.->Interface1["IDisposable"]
Type-.->Interface2["ISodaQueryFactory"]
click Interface2 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Query/ISodaQueryFactory"
Type["IEmbeddedObjectContainer"]
class Type type-node
Implementing0["LocalObjectContainer"]-.->Type
click Implementing0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal/LocalObjectContainer"
Implementing1["IoAdaptedObjectContainer"]-.->Type
click Implementing1 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal/IoAdaptedObjectContainer"
Implementing2["TransportObjectContainer"]-.->Type
click Implementing2 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal/TransportObjectContainer"
Syntax
public interface IEmbeddedObjectContainer : IObjectContainer, IDisposable, ISodaQueryFactory
Remarks
Represents a local ObjectContainer attached to a database file.
Methods
Name | Value | Summary |
---|---|---|
Backup |
void |
Backs up a database file of an open ObjectContainer.
|