Table per Type Inhertiance and Data Genertion Plans
Posted
by CodeGrue
on Stack Overflow
See other posts from Stack Overflow
or by CodeGrue
Published on 2010-06-01T15:26:52Z
Indexed on
2010/06/02
1:03 UTC
Read the original article
Hit count: 275
entity-framework
|data-generation
I have an Entity Framework model using Table per Type Inheritance, but when I use a VS Data Generation Plan it produces duplicate keys in the child tables, which is a problem for EF. Does anyone know of a way to get this to work, so that the child tables do not have overlapping keys?
© Stack Overflow or respective owner