解决方法
实体框架本身不允许这样做.你必须做一些代码.
This answer from another site似乎已经解决了很多人的问题.
他通过做这样的事情“扯”了(正如他所说)
public partial class YourEntityClass { public YourEntityClass() { this.PropertyNameWithDefaultValue = default(int); } }
注1:有人提到它可能在EF4中无效
个人笔记:对不起,我的英文,我通常会说法语.