Define an XmlDataDocument. - An XmlDataDocument is an in-memory representation of data in a hierarchical XML format and is synchronized with a DataSet. - The XmlDataDocument can be used to perform XML manipulations on a DataSet. - This class is used to load, validate, edit, add, and position XML in a document.
|