db4o

IObjectContainer.Ext Method 

returns an IObjectContainer with extended functionality.

IExtObjectContainer Ext();

Return Value

this, casted to IExtObjectContainer

Remarks

returns an IObjectContainer with extended functionality.

Every IObjectContainer that db4o provides can be casted to an IExtObjectContainer. This method is supplied for your convenience to work without a cast.

The IObjectContainer functionality is split to two interfaces to allow newcomers to focus on the essential methods.

See Also

IObjectContainer Interface | Db4objects.Db4o Namespace