Internal classes with ADO.NET Entity Framework

Posted by Regent on Stack Overflow See other posts from Stack Overflow or by Regent
Published on 2010-03-24T17:50:09Z Indexed on 2010/03/24 17:53 UTC
Read the original article Hit count: 149

I'm using Entity Framework for creation of my Data Access Layer and I want for all of my classes to be internal.

I know it is possible to manually assign it manually in the designer for each class. But looks like it also requires to set internal modifier for each single property in every class! I have about 30+ entities and it will be a huge work to do.

Do you know any ideas how to set a 'default access' for the entire model?

© Stack Overflow or respective owner

Related posts about entity-framework

Related posts about ADO.NET