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

returns the next object in the
 Copy imageCopy Code
ObjectSet
.

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

Syntax

Visual Basic (Declaration)
Function Next As Object
C#
Object Next ()
Visual C++
Object^ Next ()

Return Value

the next object in the
 Copy imageCopy Code
ObjectSet
.

Remarks

returns the next object in the
 Copy imageCopy Code
ObjectSet
.

Before returning the Object, next() triggers automatic activation of the Object with the respective global or class specific setting.