S
shapper
Hello,
I am getting records from an SQL database using Linq.
I want to write these records in a XML file.
Each record would be a node in my XML file.
However, the attributes in the XML file have different names from the
columns of my object in the list.
How can I do this?
Thanks,
Miguel
I am getting records from an SQL database using Linq.
I want to write these records in a XML file.
Each record would be a node in my XML file.
However, the attributes in the XML file have different names from the
columns of my object in the list.
How can I do this?
Thanks,
Miguel