Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Adding the inline schema to the XML string
Message
Information générale
Forum:
ASP.NET
Catégorie:
Web Services
Divers
Thread ID:
00677105
Message ID:
00677141
Vues:
26
>You need to use the WriteXML method of the DataSet like below:
>
>
>// Create a file name to write to.
>string filename = "myXmlDoc.xml";
>// Write to the file with the WriteXml method.
>MyDataSet.WriteXml(filename,,XmlWriteMode.WriteSchema);
>
Great, thanks
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform