P
Patrice Dargenton
Hello, I can save my DataSet into Xml using ds.WriteXml(strXmlPath).
Now I would like to filter it like I can do using DataView.RowFilter into
another Xml file, but I don't know how to do it, because It always contains
the original DataSet, not the filtered one, any solution ?
Thanks.
Now I would like to filter it like I can do using DataView.RowFilter into
another Xml file, but I don't know how to do it, because It always contains
the original DataSet, not the filtered one, any solution ?
Thanks.