For some reason my datetime column in my database is mapped to System.Data.SqlDateTime instead of the expected System.DateTime in the generated business object.
In the information box for that column in the ORM.Net app it says NET name: System.DateTime but it ends up being SqlDateTime
How can I fix this?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
For some reason my datetime column in my database is mapped to System.Data.SqlDateTime instead of the expected System.DateTime in the generated business object.
In the information box for that column in the ORM.Net app it says NET name: System.DateTime but it ends up being SqlDateTime
How can I fix this?