Using sql date data type and EF4

前端 未结 1 565
粉色の甜心
粉色の甜心 2021-01-01 11:00

I have a table w/ a sql date data type. When I look at the EDM markup, the storage element reflects this. The conceptual entity has a data type of DateTime (there doesn\'t a

相关标签:
1条回答
  • 2021-01-01 11:23

    Sounds like your SQL date column is non-nullable, but you haven't initialized the date on your entity before saving?

    0 讨论(0)
提交回复
热议问题