I Have 3 Relational Tables on SQLCE Database.
Product ProductCategory ProductPhoto
———- ———————- —————–
PId CatId PhotoId
Name Name Value
CatId PId
I Need, List ProductCategories with first Product Photo for Linq.
If not possible Linq, please sql code.
Thanks.
1 Answer