Changes

HowTo:Relate Objects

6 bytes added, 18:00, 29 January 2020
* 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">
1,606
edits