Reading Xml into DataSet

Settembre 11th, 2007

Description: Reads Xml into DataSet from a given file

Link: http://www.codekeep.net/snippets/eb4cc0ca-2a7f-4060-9103-16d70e6fbf23.aspx

DataSet dsFleets = new DataSet("Fleets");
dsFleets.ReadXml(new System.IO.StreamReader("./Fleets.xml", Encoding.ASCII));

  • .NET
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

Trackback URI | Comments RSS

Leave a Reply

You must be logged in to post a comment.