Summary
Returns an ObjectContainer with extended functionality.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o - Containing Type
- IObjectContainer
Syntax
IExtObjectContainer Ext()
Remarks
Returns an ObjectContainer with extended functionality.
Every ObjectContainer that db4o provides can be casted to an ExtObjectContainer. This method is supplied for your convenience to work without a cast.
The object container functionality is split to two interfaces to allow newcomers to focus on the essential methods.
Every ObjectContainer that db4o provides can be casted to an ExtObjectContainer. This method is supplied for your convenience to work without a cast.
The object container functionality is split to two interfaces to allow newcomers to focus on the essential methods.
Return Value
Type | Description |
---|---|
IExtObjectContainer | this, casted to IExtObjectContainer |