Click or drag to resize
DataExtensions.ToXML 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, List<String>, Boolean)
Writes XML representation of selected columns of current instance of IDataContainer to provided XmlWriter.
Top
See Also