I'm using EF 4.1 just fine but can't seem to find where the object properties are hidden.

In VS2010, in the edmx diagram, I can see the properties for any of my object property values but cannot find them in code.

Specifically, I am hoping to access the IsRequired and "Max Length" properties so I can do proper data validation rather than blowup in SaveChanges when strings are too long.

Also, and maybe alternately, is there a way to get the "Add Code Generation Item" context menu in the EDMX diagram to spit out the property attributes in the generated classes?

Ideally, the data would be static or const as that would help a lot for performance. I don't want to have to be using reflection if at all possible.

Thanks, Dave

link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.