❔ EF | Get N level associated data
Data association is:
Order -> OrderLine -> Product -> Category & ProductAdditionalInfos
Products table has association to (1-N) ProductAdditionalInfos table which contains some information like Color, Size etc.
How can I also add in this query ?3 Replies
I'm not sure, but I think that you can solve it by adding one more include with path:
But I think there is different, more clear way to do that
that's a pretty standard way of doing it, to me
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.