Summary
extended functionality for the
Every db4o
The ObjectSet functionality is split to two interfaces to allow newcomers to focus on the essential methods.
Db4objects.Db4o.IObjectSet
interface.
Every db4o
Db4objects.Db4o.IObjectSet
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-2010 .dll - Namespace
- Db4objects
.Db4o .Ext - Interfaces
-
- IObjectSet
- IList
- IEnumerable
- Implementing Types
graph BT
Type-.->Interface0["IObjectSet"]
click Interface0 "/db4o-gpl-doc/output/api/Db4objects.Db4o/IObjectSet"
Type-.->Interface1["IList"]
Type-.->Interface2["IEnumerable"]
Type["IExtObjectSet"]
class Type type-node
Implementing0["ObjectSetFacade"]-.->Type
click Implementing0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal.Query/ObjectSetFacade"
Syntax
public interface IExtObjectSet : IObjectSet, IList, IEnumerable