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

a unique universal identify for an object.

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

Syntax

Visual Basic (Declaration)
Public Class Db4oUUID
C#
public class Db4oUUID
Visual C++
public ref class Db4oUUID

Remarks

a unique universal identify for an object.

The db4o UUID consists of two parts:
- an indexed long for fast access,
- the signature of the ObjectContainer the object was created with.

Db4oUUIDs are valid representations of objects over multiple ObjectContainers

Inheritance Hierarchy

System.Object
  Db4objects.Db4o.Ext.Db4oUUID