I've been researching how to pass the data contained in an XML to a DataTable
and found the following response .
Doubt:
In doing this, is the theDataSet.ReadXml(theReader);
method able to identify the data types in XML? Or will it create all columns of DataTable
as string
?