2
I’ve been searching on how to pass the data contained in an XML to a DataTable
and found the following reply.
Doubt:
By doing so, the method theDataSet.ReadXml(theReader);
is able to identify data types in XML? Or it will create all columns of the DataTable
as string
?