IObjectSet.

Ext() Method

Summary

Returns an ObjectSet with extended functionality.
Assembly
Db4objects.Db4o-2010.dll
Namespace
Db4objects.Db4o
Containing Type
IObjectSet

Syntax

IExtObjectSet Ext()

Remarks

Returns an ObjectSet with extended functionality.

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

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

Return Value

Type Description
IExtObjectSet