[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)
returns the item at position [index] in this ObjectSet.
Namespace: Db4objects.Db4o.Ext
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
Syntax
Visual Basic (Declaration) |
---|
Function Get ( _ index As Integer _ ) As Object |
C# |
---|
Object Get ( int index ) |
Visual C++ |
---|
Object^ Get ( int index ) |
Parameters
- index
- System.Int32
the index position in this ObjectSet.
Return Value
the activated object.
Remarks
returns the item at position [index] in this ObjectSet.
The object will be activated.
The object will be activated.