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

returns the signature part of this UUID.

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

Syntax

Visual Basic (Declaration)
Public Overridable Function GetSignaturePart As Byte()
C#
public virtual byte[] GetSignaturePart ()
Visual C++
public:
virtual array<unsigned char>^ GetSignaturePart ()

Return Value

the signature of the Db4oDatabase for this UUID.

Remarks

returns the signature part of this UUID.



To uniquely identify an object universally, db4o uses an indexed long and a reference to the Db4oDatabase singleton object of the ObjectContainer it was created on. This method returns the signature of the Db4oDatabase object of the ObjectContainer: the signature of the origin ObjectContainer.