[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

resets the
 Copy imageCopy Code
ObjectSet
cursor before the first element.

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

Syntax

Visual Basic (Declaration)
Sub Reset
C#
void Reset ()
Visual C++
void Reset ()

Remarks

resets the
 Copy imageCopy Code
ObjectSet
cursor before the first element.

A subsequent call to
 Copy imageCopy Code
next()
will return the first element.