db4o

ExtObjectSet.getIDs Method 

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

[Visual Basic]
Function getIDs() As Long()
[C#]
long[] getIDs();
[C++]
__int64 getIDs()  __gc[];
[JScript]
function getIDs(): long[];

Remarks

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

See Also

ExtObjectSet Interface | com.db4o.ext Namespace | com.db4o.ext.ExtObjectContainer.getID | com.db4o.ext.ExtObjectContainer.getByID