We have three tables. TableA relates to TableB and TableB relates to TableC. Is it possible to create a new entity framework entity composed of all three tables without using a stored procedure or view?
It only seems to allow one level of mapping where we have two in this case.
Any help or tutorial appreciated.