db4o

ObjectSet.reset Method 

resets the

ObjectSet
cursor before the first element.

[Visual Basic]
Sub reset()
[C#]
void reset();
[C++]
void reset();
[JScript]
function 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