db4o

IObjectSet Methods

The methods of the IObjectSet interface are listed below. For a complete list of IObjectSet interface members, see the IObjectSet Members topic.

Public Instance Methods

Extreturns an ObjectSet with extended functionality.
HasNextreturns
true
if the
ObjectSet
has more elements.
Nextreturns the next object in the
ObjectSet
.
Resetresets the
ObjectSet
cursor before the first element.
Sizereturns the number of elements in the
ObjectSet
.

See Also

IObjectSet Interface | Db4objects.Db4o Namespace | for extended functionality.