db4o

ObjectAttribute.attribute Method 

generic method to return an attribute of a parent object.

[Visual Basic]
Function attribute( _ 
   ByVal parent As Object _ 
) As Object
[C#]
object attribute(
   object parent
);
[C++]
Object* attribute(
   Object* parent
);
[JScript]
function attribute(
   Object parent
): Object;

Parameters

parent
the parent object

Return Value

Object - the attribute

Remarks

generic method to return an attribute of a parent object.

See Also

ObjectAttribute Interface | com.db4o.config Namespace