Relationships are unidirectional, which means that the path
that leads from the source to the destination cant be traveled
in the opposite directionyou cant use a relationship to go
from the destination to the source. So, although you can use a toPhoto relationship
to find the photo for a particular person, you cant use this
relationship in reverse to get a persons name.
Unidirectionality is enforced by the way a relationship is resolved. Resolving a relationship means finding the correct destination record or records given a specific source record.
Bidirectional relationshipsin which you can look up records in either directioncan be created by adding a separate return-trip, or inverse, relationship. But there is no concept of a single relationship that is bidirectional.