DataSet lds = new DataSet();
lds.ReadXml(new System.IO.StringReader(YourDataWindow.Describe("Datawindow.Data.XML")));
Thats it..(Make sure you retrieve first of course)
DataSet lds = new DataSet();
lds.ReadXml(new System.IO.StringReader(YourDataWindow.Describe("Datawindow.Data.XML")));
No comments:
Post a Comment