.net - DataSet and XmlDataDocument -
What is the importance of using XMlDataDocument with a dataset? It is a bit confusing to me whether anyone interpreted the significance of this Can do?
Thanks
From MSDN:
XMLDocumentation is a close relationship with the dataset class, which provides relational views of weighted XML data. Any changes made to the XmlDataDocument are reflected in the dataset and vice versa.
Therefore, This does not mean that you need it, or you have to use it. Also note that this class seems to be obsolete in .Net 4.0 .
Go here for some
Comments
Post a Comment