My application is purely read, so I donโt want to generate all the update and deletion code, and I donโt want to extract all the fields from all the tables. Some of these fields are not NULL, so I get errors from EF here because there is no default value to save.
In my previous ORM (Wilson), you can simply mark an object as read-only in XML. I saw several posts that presented complex solutions. Am I missing something? Why is this not so straightforward?
I see that the RIA Services Wizard has a checkbox for each object ...
Thanks for any explanation.
Graeme
source share