db4o

ObjectInfo.getUUID Method 

returns a UUID representation of the referenced object.

[Visual Basic]
Function getUUID() As Db4oUUID
[C#]
Db4oUUID getUUID();
[C++]
Db4oUUID* getUUID();
[JScript]
function getUUID(): Db4oUUID;

Return Value

the UUID of the referenced object.

Remarks

returns a UUID representation of the referenced object.

See Also

ObjectInfo Interface | com.db4o.ext Namespace