Trygve - 2004-12-05

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?