I've got a table set up for class inheritance, as discussed in the DLinq Overview for C# Developers. Now I can't figure out how to get DLinq Designer to generate the different classes for me. I've got a Contact table with a DiscKey varchar(1). When 'C', it's a company. When 'P', it's a person. So I should have a Contact class, a Company class, and a Person class, where Company and Person derive from Contact. I haven't been able to figure out how to get the DLinq Designer to do this. Can anyone help?
Read More...