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

returns a stored object for a Db4objects.Db4o.Ext.Db4oUUID .

This method is intended for replication and for long-term external references to objects. To get a Db4objects.Db4o.Ext.Db4oUUID for an object use Db4objects.Db4o.Ext.IExtObjectContainer.GetObjectInfo and Db4objects.Db4o.Ext.IObjectInfo.GetUUID .

Objects will not be activated by this method. They will be returned in the activation state they are currently in, in the local cache.

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

Syntax

Visual Basic (Declaration)
Function GetByUUID ( _
	uuid As Db4oUUID _
) As Object
C#
Object GetByUUID (
	Db4oUUID uuid
)
Visual C++
Object^ GetByUUID (
	Db4oUUID^ uuid
)

Parameters

uuid
Db4objects.Db4o.Ext.Db4oUUID
the UUID

Return Value

the object for the UUID

See Also