Hello,
I have a nullable DATETIME column in my SQL Server table, and I have the
nullable type DateTime? in my .NET 2.0 application - but how do I make the
DateTime field in my strongly typed dataset nullable?
When trying to manually enter System.DateTime? in the DataType property of
the DataSet, I get "Column requires a valid DataType" - and when trying to
change the NullValue property to (null), I get "For columns not defined as
System.String, the only valid value is (Throw exception)" - which make it
seems to me that I cannot use the nullable datatypes in my DataSet? Is this
right?
Regards,
Nils Magnus Englund