How to query all children levels based on parent's ID?

前端 未结 0 839
不思量自难忘°
不思量自难忘° 2021-01-23 08:29

I want to select all levels of children. I have this line of code:

Product = await _context.Product
          .Include(p => p.Image)
          .Include(o =>         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题