Entity Framework 4 and Public Properties

Posted by William on Stack Overflow See other posts from Stack Overflow or by William
Published on 2010-05-05T21:51:28Z Indexed on 2010/05/05 21:58 UTC
Read the original article Hit count: 140

Filed under:
|

I am working on a project and I am using Entity Framework 4 as my ORM. I am implementing POCO classes. Every example I see with EF 4 and POCOs implements all properties with public setters. Is that the only way I can use POCO classes with EF 4? Do all my setters need to be public?

© Stack Overflow or respective owner

Related posts about entity-framework

Related posts about POCO