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

returns the long part of this UUID.

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

Syntax

Visual Basic (Declaration)
Public Overridable Function GetLongPart As Long
C#
public virtual long GetLongPart ()
Visual C++
public:
virtual long long GetLongPart ()

Return Value

the long part of this UUID.

Remarks

returns the long part of this UUID.

To uniquely identify an object universally, db4o uses an indexed long and a reference to the Db4oDatabase object it was created on.