I want to get all the Properties of the GetList (Fields, ..) into a Table or
into a DataSet.
It would be nice to have a xsd File to perform a procedure like this
for the List Collection.
XmlNode node = service.GetList Collection();
XmlDataDocument xd = new XmlDataDocument ();
DataSet ds = xd.DataSet;
ds.ReadXmlSchem a(@"..\..\Schem a\Lists.xsd");
xd.LoadXml("<?x ml version='1.0' ?>" + node.OuterXml);
Thanks in Advance
Christian Gantar
into a DataSet.
It would be nice to have a xsd File to perform a procedure like this
for the List Collection.
XmlNode node = service.GetList Collection();
XmlDataDocument xd = new XmlDataDocument ();
DataSet ds = xd.DataSet;
ds.ReadXmlSchem a(@"..\..\Schem a\Lists.xsd");
xd.LoadXml("<?x ml version='1.0' ?>" + node.OuterXml);
Thanks in Advance
Christian Gantar