Data Table to XML Genrate
///
/// Write out XML to a DataTable to a file in a controlled manner.
/// Use a XmlWriterSettings to control the output formatting.
///
public static string DataTableToXML(DataTable table)
{
...
Showing posts with label Xml genrate from datatable c# code. Show all posts
Showing posts with label Xml genrate from datatable c# code. Show all posts