class os_relationship_member_variable : public os_member_ variableThis class is part of the ObjectStore metaobject protocol, which provides access to ObjectStore schemas. An instance of this class represents a relationship (inverse) member. This class is derived from os_member_variable.
const os_class_type &get_related_class() const;Returns the class at the target end of the relationship.
const os_relationship_member_variable &get_related_member() const;Returns the inverse of the specified relationship member.
Updated: 03/31/98 17:25:09