Load parts of an XML file into a DataSet

Posted by M.H on Stack Overflow See other posts from Stack Overflow or by M.H
Published on 2010-04-21T19:16:47Z Indexed on 2010/04/21 19:23 UTC
Read the original article Hit count: 141

Filed under:
|
|

Hi,I have a DataSet with some Datatables and I am saving this DataSet as XML file (C#) ..is there any way to load only some parts of this XML file into the DataSet when I start my program instead of loading all the file ?

© Stack Overflow or respective owner

Related posts about c#

Related posts about Xml