The DataSet Debugger will let you easily peer into a dataset viewing (and even editing) the schema and data of each DataTable within. The Debugger breaks out the modifications to data, showing the changed, inserted, and deleted rows. When looking at the changed rows, modified values are highlighted and you can view the original and proposed values. Finally, you can quickly see the data in XML format as well as the schema in XSD format. C# source code is included.
Download from GotDotNet.com