Entity Framework and Modeling Collections with an Interface as a return type

Posted by William on Stack Overflow See other posts from Stack Overflow or by William
Published on 2010-04-07T02:41:49Z Indexed on 2010/04/07 2:43 UTC
Read the original article Hit count: 292

Filed under:
|
|

I am using Entity Framework v4. I have created a POCO class that contains a bunch of scalar properties and a collection that returns an Interface type. How do I create this relationship in the EF model? How do I show a collection that contains different items but they all have a common interface?

© Stack Overflow or respective owner

Related posts about entity-framework

Related posts about POCO