Summary
opens a new ObjectContainer on top of this ObjectContainer.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Ext - Containing Type
- IExtObjectContainer
Syntax
IObjectContainer OpenSession()
Remarks
opens a new ObjectContainer on top of this ObjectContainer.
The ObjectContainer will have it's own transaction and
it's own reference system.
Return Value
Type | Description |
---|---|
IObjectContainer | the new ObjectContainer session. |