I've got two tables that have related items through a connection-table.
The connection table holds TableA-ItemId and TableB-ItemId. In my Entity-model I want ObjectA to have a collection of items from TableB. How can I achieve this using Entity Framework?