I am having this problem. I have this element where I have some images saved by their index. I want to find all the images on this item.
I am new to joins, so I am not familiar with the syntax of joins.
Usually, when I get data that does not require Linq, I do this. But when I try to do this, I can not get the data, because the data is in different tables.
var item = _db.items.Select(i => i);
user5685616
source
share