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

returns a UUID representation of the referenced object.

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

Syntax

Visual Basic (Declaration)
Function GetUUID As Db4oUUID
C#
Db4oUUID GetUUID ()
Visual C++
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