two conditions checking in where clause using linq 2 entites

后端 未结 3 1211
春和景丽
春和景丽 2021-02-05 15:59

hi i have table called products with columns

                 product_id
                 prodcut_name
                 prodcut_price( values like 1200,2000,3000         


        
3条回答
  •  情话喂你
    2021-02-05 16:50

    join the product and categories tables on category_id and then use a where to filter out product_price.

提交回复
热议问题