[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

returns an ObjectServer with extended functionality.

Namespace: Db4objects.Db4o
Assembly:   Db4objects.Db4o (in Db4objects.Db4o.dll)

Syntax

Visual Basic (Declaration)
Function Ext As IExtObjectServer
C#
IExtObjectServer Ext ()
Visual C++
IExtObjectServer^ Ext ()

Remarks

returns an ObjectServer with extended functionality.

Use this method as a convient accessor to extended methods. Every ObjectServer can be casted to an ExtObjectServer.

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