db4o

Candidate.getObject Method 

returns the persistent object that is represented by this query com.db4o.query.Candidate .

[Visual Basic]
Function getObject() As Object
[C#]
object getObject();
[C++]
Object* getObject();
[JScript]
function getObject(): Object;

Return Value

Object the persistent object.

See Also

Candidate Interface | com.db4o.query Namespace