IExtObjectSet.

Get(int) Method

Summary

returns the item at position [index] in this ObjectSet.
Assembly
Db4objects.Db4o-2010.dll
Namespace
Db4objects.Db4o.Ext
Containing Type
IExtObjectSet

Syntax

Object Get(int index)

Remarks

returns the item at position [index] in this ObjectSet.

The object will be activated.

Parameters

Name Type Description
index int the index position in this ObjectSet.

Return Value

Type Description
Object the activated object.