Is there a way to then ignore the conventions completely, so that Code First doesn't try to map any properties to database fields at all automatically, and I just define my own mapping completely manually on my own?
feedback
|
|
Here's a blog which explains how to remove all conventions. it will work for upcoming versions too. http://blog.cincura.net/232283-removing-all-conventions-in-entity-framework-4-1-code-first/ | |||
feedback
|