I'm building an ASP.NET MVC site using the ADO.NET Entity Framework.
I have an entity model that includes these entities, associated by foreign keys:...Report(ID, Date, Heading, Report_Type_ID, etc.)...SubReport(ID, ReportText, etc.) - one-to-one relation...