I am trying to markup an intermediate XML file like one would use to then generate their entity classes from. I can't seem to quite get inheritance mapping working quite right. Here is the relevant portion of my XML: <Table Name="Shape" Property="Shapes"> <PrimaryKey Name="PK_Shape"> <Column Name="Id" /> </PrimaryKey> <Index Name="PK_Shape" Style="CLUSTERED" IsUnique="true"> <Column Name="Id"
Read More...