PropertyDefinition :: inversePath - Inverse relationship name
The inverse relationship name is a relationship name defined for the type referenced by this member.
Return value: Simple property path ( odaba::String & )
A simple property path may contain an extent or property name but also a sequence of property names separated by dot. A simple property path must not contain parenthesis or preceding dots.
Implementation details
odaba::String
PropertyDefinition  :: inversePath (  )
If the PropertyDefinition is a valid database property definition the function returns a string containing the property path for inverse property. It returns an empty string if no inverse property is defined. If there is no valid database property definition, the function throws an exception.