[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)
extended functionality for the
ObjectSet
interface.
Every db4o ObjectSet always is an ExtObjectSet so a cast is possible.
Db4objects.Db4o.IObjectSet.Ext is a convenient method to perform the cast.
The ObjectSet functionality is split to two interfaces to allow newcomers to focus on the essential methods.
Namespace: Db4objects.Db4o.Ext
Every db4o ObjectSet always is an ExtObjectSet so a cast is possible.
Db4objects.Db4o.IObjectSet.Ext is a convenient method to perform the cast.
The ObjectSet functionality is split to two interfaces to allow newcomers to focus on the essential methods.
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Interface IExtObjectSet _ Implements IObjectSet |
C# |
---|
public interface IExtObjectSet : IObjectSet |
Visual C++ |
---|
public interface class IExtObjectSet : IObjectSet |