Two simple examples are:
-
print bus T N R select from.to.owner from.to.current;
This command looks at relationships pointing from the specified object and returns the owner and current state of the object on the TO end.
-
print bus T N R select to[Employee].from.name;
This command looks specifically at relationships of type Employee pointing to the specified object and returns the name of the object on the FROM end.
|