db4o

IExtObjectSet Interface

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.

For a list of all members of this type, see IExtObjectSet Members.

public interface IExtObjectSet : IObjectSet, IList, ICollection, IEnumerable

Requirements

Namespace: Db4objects.Db4o.Ext

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

See Also

IExtObjectSet Members | Db4objects.Db4o.Ext Namespace