A
ad
I use a strong type dataset(as ds below) to read a xml file.
How can I determinate if the xml file is validated according the xsd of the
strong type dataset?
**********************************************************
Health ds = new Health();
ds.ReadXml(sFileName);
How can I determinate if the xml file is validated according the xsd of the
strong type dataset?
**********************************************************
Health ds = new Health();
ds.ReadXml(sFileName);