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: 155

Filed under:

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

Related posts about entity-framework