Hello,
I've been looking at examples on the different websites/post but I still don't understand how to retrieve a record in N to N relationship.
Say I have Entity A and B they have N to N relationship.
There are two records in Entity A that is linked to a record Entity B.
How can I retrieve those 2 records from the record in Entity B using C#?
Some example code are really appreciated!
Thank you!