Overload List

  NameDescription
WriteXmlSchema(Stream)
Writes the DataSet structure as an XML schema to using the specified Stream object.
(Inherited from DataSet.)
WriteXmlSchema(TextWriter)
Writes the DataSet structure as an XML schema to a TextWriter object.
(Inherited from DataSet.)
WriteXmlSchema(XmlWriter)
Writes the DataSet structure as an XML schema to an XmlWriter object.
(Inherited from DataSet.)
WriteXmlSchema(String)
Writes the DataSet structure as an XML schema to a file.
(Inherited from DataSet.)

See Also