Rune H. H.. Huseby [mailto:[EMAIL PROTECTED] wrote:
> When avoiding the issue is not an option, I use > DateTime.MinValue as a null-value marker.=20 +1. In fact for most of the primitive types I end up using their .MinValue to represent null in my in house O/R mapping framework. The only other option is to use a nullable types implementation such as this[1]. -Drew [1] http://sourceforge.net/projects/nullabletypes/ =================================== This list is hosted by DevelopMentor� http://www.develop.com NEW! ASP.NET courses you may be interested in: 2 Days of ASP.NET, 29 Sept 2003, in Redmond http://www.develop.com/courses/2daspdotnet Guerrilla ASP.NET, 13 Oct 2003, in Boston http://www.develop.com/courses/gaspdotnet View archives and manage your subscription(s) at http://discuss.develop.com
