Linq to SQL inheritance and Table per Class - approach needed for multiple roles
- by Ash Machine
I am using L2S and an inheritance model for mapping Persons against certain roles.
Guy Burstein's excellent blog post explains how to accomplish this:
http://blogs.microsoft.co.il/blogs/bursteg/archive/2007/10/01/linq-to-sql-inheritance.aspx
However, I have a specific case where a Person has multiple roles. For example 'Jane Doe' is a Contact…