0 out of 2 rated this helpful - Rate this topic

DataSet.WriteXmlSchema Method

Writes the DataSet structure as an XML schema.

Name Description
DataSet.WriteXmlSchema (Stream) Writes the DataSet structure as an XML schema to using the specified System.IO.Stream object.

Supported by the .NET Compact Framework.

DataSet.WriteXmlSchema (String) Writes the DataSet structure as an XML schema to a file.

Supported by the .NET Compact Framework.

DataSet.WriteXmlSchema (TextWriter) Writes the DataSet structure as an XML schema to a TextWriter object.

Supported by the .NET Compact Framework.

DataSet.WriteXmlSchema (XmlWriter) Writes the DataSet structure as an XML schema to an XmlWriter object.

Supported by the .NET Compact Framework.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.