Query from multiple tables
We started working with the "ADO.NET Entity Data Model" Template and we like it a lot.
We are having some trouble with the queries though.
How do we do a query from multiple tables so it would return a single result and then show the result in a DataGrid?
We're working in C# and Windows Forms.