【发布时间】:2012-01-30 00:09:58
【问题描述】:
Error 3031: Problem in mapping fragments starting at line 439:Non-nullable column D_LINK.CARTON_QTY in table D_LINK is mapped to a nullable entity property.
我有一个视图D_LINK 有一个列
CARTON_QTY(int, not null)
我不明白我的问题在哪里 我必须使它为空\如何?
【问题讨论】:
标签: sql entity-framework entity-framework-4