I am populating a DataSet with values from a database. Some of them are nulls, but the xml produced by the Dataset.writeXml() method chooses to ignore them.

How can I add them to the dataset?

Please help!