What is the most effective way of comparing the structures of two datasets, one that has been generated from a sql server table, and the other which has been generated from an .xml file.
The xsd file you use when you create a strongly typed dataset is just a schema file...maybe try to run them both through there using an XmlValidatingReader or something like that? Just an idea.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.