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;
Object - the attribute
generic method to return an attribute of a parent object.
ObjectAttribute Interface | com.db4o.config Namespace