I have multiple tables that refer to other tables in my database.
I can select the entries of one table and the refered entries. In the refered table is also a table refered.
How can I load all linked tables with one query in Microsoft Entity Framework?
Tables: Devices <=> Interfaces <=> information