[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
resets the
cursor before the first element.
Namespace: Db4objects.Db4o
ObjectSet | |
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Sub Reset |
| C# |
|---|
void Reset () |
| Visual C++ |
|---|
void Reset () |
Remarks
resets the
cursor before the first element.
A subsequent call to
will return the first element.
ObjectSet | |
A subsequent call to
next() | |