すべての子カテゴリを含む現在のカテゴリですべての製品を利用できるようにします。私のコードは次のようなものです:
int[] toCheck =new int[2];
toCheck[0] = 1;
toCheck[1] = 2;
toCheck[2] = 3;
var products = db.Products.Include(x => x.categoryByProductID).Where(x => x.CategoryID in ?);
ここcategoryByProductID
= すべての子カテゴリ、
=配列の?
使用方法toCheck[]
またはCategoryID
事前定義された値でチェックする他のソリューション!!!
かなりの助け...