标签: entity-framework conventions ignore code-first
有没有办法完全忽略约定,所以Code First不会尝试将任何属性自动映射到数据库字段,而我只是自己完全手动定义自己的映射?
答案 0 :(得分:0)
这是一个博客,解释了如何删除所有约定。它也适用于即将推出的版本。 http://blog.cincura.net/232283-removing-all-conventions-in-entity-framework-4-1-code-first/