What steps will reproduce the problem?
1. Create new column in SQL server 2008 as DateTime2
2. Generate the DAL
3. The new column is processing as string
What is the expected output? What do you see instead?
Column should be processing as DateTime
What version of the product are you using? On what operating system?
SubSonic 2.1 final
Please provide any additional information below.
Column should be processing as DateTime because the range of c# DateTime
and SQL 2008 DateTime2 are the same (from 01/01/0001 to 31/12/9999)
Original issue reported on code.google.com by robin.sz...@gmail.com on 27 Mar 2009 at 10:20
Original issue reported on code.google.com by
robin.sz...@gmail.com
on 27 Mar 2009 at 10:20