db4o

IObjectInfo.GetUUID Method 

returns a UUID representation of the referenced object.

Db4oUUID GetUUID();

Return Value

the UUID of the referenced object.

Remarks

returns a UUID representation of the referenced object. UUID generation has to be turned on, in order to be able to use this feature: Db4objects.Db4o.Config.IConfiguration.GenerateUUIDs

See Also

IObjectInfo Interface | Db4objects.Db4o.Ext Namespace