开发者

Databinding and Nullable does not seem to work together

开发者 https://www.devze.com 2023-01-18 12:23 出处:网络
Can someone explain why data binding against a nullable property in an ADO Data Entity Model does not seem to work.I have a decimal field named \"Weight\" that when it is set to allow nulls in the dat

Can someone explain why data binding against a nullable property in an ADO Data Entity Model does not seem to work. I have a decimal field named "Weight" that when it is set to allow nulls in the database, I can not seem to change the value on a windows form. However if I turn off the allow nulls in the database and update the model, the databinding works as i expect. Looking at the Designer.cs file the only difference I can tell is the underlying value seems to be a decimal versus a decimal开发者_如何学运维?.


It may be related to this nasty bug (there was a microsoft connect bug report, but the EF team apparently deleted all the bug reports...)

0

精彩评论

暂无评论...
验证码 换一张
取 消