❔ EF | Get N level associated data
Data association is:
Order -> OrderLine -> Product -> Category & ProductAdditionalInfosProducts table has association to (1-N) ProductAdditionalInfos table which contains some information like Color, Size etc.
How can I also add in this query ?