ParentId and Parent type in Entity Framework
Posted
by jonathan
on Stack Overflow
See other posts from Stack Overflow
or by jonathan
Published on 2010-05-16T18:11:13Z
Indexed on
2010/05/16
18:20 UTC
Read the original article
Hit count: 167
entity-framework
I have many entities (Customers, prospects,...)
I have one entity called Notes, which can handle notes for Customers,prospects... The Notes table is then: Id Parent_Id Parent_Type Note
How to handle this with Entity Framework ?
Thanks Joghn
© Stack Overflow or respective owner