Assigning null values in typed data sets
Hi,
I am working with typed data sets in C# on VS 2005. I am adding a new row to one of the tables in the dataset. I need to assign null values to three fields in the row. 1) String field 2) Guid field 3) Date time field. I am not allowed to assign null directly as it throws an exception due to strong typing. Please share your views on how can I do this.
|