db4o
ObjectSet.Reset Method
resets the
ObjectSet
cursor before the first element.
void
Reset();
Remarks
resets the
ObjectSet
cursor before the first element.
A subsequent call to
next()
will return the first element.
See Also
ObjectSet Interface
|
com.db4o Namespace