Linq to SQL table inheritance in ASP.net Dynamic Data
Posted
by themapguyde
on Stack Overflow
See other posts from Stack Overflow
or by themapguyde
Published on 2010-01-22T00:24:27Z
Indexed on
2010/04/07
23:33 UTC
Read the original article
Hit count: 445
I have a Linq to SQL data model that uses single table inheritance.
I created a new ASP.net Dynamic Data web site with all table scaffolding enabled, but I can't see any of the derived classes in my data model being scaffolded.
Is this by design?
© Stack Overflow or respective owner