Click or drag to resize
DataExtensionsToXML Method
Overload List
  NameDescription
Public methodStatic memberToXML(IEnumerable, String, Boolean)
Returns XML representation of current instance of IEnumerable.
Public methodStatic memberToXML(IDataContainer, String, Boolean)
Returns XML representation of current instance of IDataContainer.
Public methodStatic memberToXML(IDataContainer, XmlWriter, Boolean)
Writes XML representation of current instance of IDataContainer to provided XmlWriter.
Public methodStatic memberToXML(IDataContainer, XmlWriter, ListString, Boolean)
Writes XML representation of selected columns of current instance of IDataContainer to provided XmlWriter.
Top
See Also