Summary
Returns the next object in the ObjectSet.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o - Containing Type
- IObjectSet
Syntax
Object Next()
Remarks
Returns the next object in the ObjectSet.
Before returning the object, next() triggers automatic activation of the object with the respective
Before returning the object, next() triggers automatic activation of the object with the respective
Db4objects.Db4o.Config.ICommonConfiguration.ActivationDepth
or
Db4objects.Db4o.Config.IObjectClass.MaximumActivationDepth(System.Int32)
setting.
Return Value
Type | Description |
---|---|
Object | the next object in the ObjectSet. |