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
Sounds like your SQL date column is non-nullable, but you haven't initialized the date on your entity before saving?