Reading XML Fragments into ADO.NET DataSets
The DataSet.DataSetName is a cool property that is easily overlooked. Here is an example of where it comes in handy. Let’s say you want to load an XML fragment into a DataSet that was retrieved via SQL Server’s FOR XML clause. You might try doing the following: <FIELDSET>XmlReader oMyXmlRe