This topic has not yet been rated - Rate this topic

DataSet.WriteXmlSchema Method

Writes the DataSet structure as an XML schema.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  Name Description
Public method WriteXmlSchema(Stream) Writes the DataSet structure as an XML schema to the specified System.IO.Stream object.
Public method WriteXmlSchema(String) Writes the DataSet structure as an XML schema to a file.
Public method WriteXmlSchema(TextWriter) Writes the DataSet structure as an XML schema to the specified TextWriter object.
Public method WriteXmlSchema(XmlWriter) Writes the DataSet structure as an XML schema to an XmlWriter object.
Public method WriteXmlSchema(Stream, Converter<Type, String>) Writes the DataSet structure as an XML schema to the specified System.IO.Stream object.
Public method WriteXmlSchema(String, Converter<Type, String>) Writes the DataSet structure as an XML schema to a file.
Public method WriteXmlSchema(TextWriter, Converter<Type, String>) Writes the DataSet structure as an XML schema to the specified TextWriter.
Public method WriteXmlSchema(XmlWriter, Converter<Type, String>) Writes the DataSet structure as an XML schema to the specified XmlWriter.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.