I got this problem. i have this item where i have some images saved on by their index. I want to find all of the images on that item.
I am new with joins so i am not familiar with the syntax of joins.
Normally when i recive data unsing Linq i do like this. But when i try to do it like this i cannot recive the data since the data is in different tabels.
var item = _db.items.Select(i => i);