In the previous posts we
saw on how to join tables using Include and how to select specific columns form
a table. In this post we will try to combine both of them, we will join tables
using Include and select specific columns from the joined tables.
We will join the Employee table with Department and Country tables, select specific columns from each of the table and populate the below Model class.
We will join the Employee table with Department and Country tables, select specific columns from each of the table and populate the below Model class.