Is there a static value defined in the .net framework library similar to DateTime.MinValue and DateTime.MaxValue except with values that reflect Sql Server's datetime datatype range? (January 1, 1753 - December 31, 9999)
views:
17answers:
1thats it thanks!
BC
2010-07-21 20:48:49
FYI, they are contained in the System.Data.SqlTypes namespace
Pete Amundson
2010-07-21 20:50:50