* An instance "objectA" of that meta class
* An instance "objectB" of the reference target meta class
<source lang="csharp">
</source>
Similarly, you can also read a connected object:
<source lang="csharp">
* An instance "objectA" of the relation's left target meta class
* An instance "objectB" of the relation's right target meta class
<source lang="csharp">
</source>
You can also read relational information in multiple ways (assuming objectA is already declared as variable of type RelationalObject to avoid the casts):
<source lang="csharp">