Summary
returns the long part of this UUID.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Ext - Containing Type
- Db4oUUID
Syntax
public virtual long GetLongPart()
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.
To uniquely identify an object universally, db4o uses an indexed long and a reference to the Db4oDatabase object it was created on.
Return Value
Type | Description |
---|---|
long | the long part of this UUID. |