G
Guest
I have one dataset populated with data
When I am using GetXML() method of this dataset, I am getting the XML representation o
the data. But, if a database field has Null value, then that node is not occuring in th
XML string
How to get that node in XML?
(I don't want to use ISNULL in SELECT query while populating dataset.)
When I am using GetXML() method of this dataset, I am getting the XML representation o
the data. But, if a database field has Null value, then that node is not occuring in th
XML string
How to get that node in XML?
(I don't want to use ISNULL in SELECT query while populating dataset.)