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

returns an array of internal IDs that correspond to the contained objects.

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

Syntax

Visual Basic (Declaration)
Function GetIDs As Long()
C#
long[] GetIDs ()
Visual C++
array<long long>^ GetIDs ()

Remarks

returns an array of internal IDs that correspond to the contained objects.

See Also