[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
returns an IObjectContainer with extended functionality.
Namespace: Db4objects.Db4o
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
Syntax
Visual Basic (Declaration) |
---|
Function Ext As IExtObjectContainer |
C# |
---|
IExtObjectContainer Ext () |
Visual C++ |
---|
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.
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.