| DataExtensionsToXML Method | 
| Name | Description | |
|---|---|---|
| ToXML(IEnumerable, String, Boolean) | 
            Returns XML representation of current instance of IEnumerable.
              | |
| ToXML(IDataContainer, String, Boolean) | 
            Returns XML representation of current instance of IDataContainer.
              | |
| ToXML(IDataContainer, XmlWriter, Boolean) | 
            Writes XML representation of current instance of IDataContainer to provided XmlWriter.
              | |
| ToXML(IDataContainer, XmlWriter, ListString, Boolean) | 
            Writes XML representation of selected columns of current instance of IDataContainer to provided XmlWriter.
              |