Summary
Resets the ObjectSet cursor before the first element.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o - Containing Type
- IObjectSet
Syntax
void Reset()
Remarks
Resets the ObjectSet cursor before the first element.
A subsequent call to
Db4objects.Db4o.IObjectSet.Next
will return the first element.
Return Value
Type | Description |
---|---|
void |