Mono Class Library: System.Data.DataSet Overview | Members

System.Data.DataSet.WriteXmlSchema Overloads

The overloads of WriteXmlSchema are listed below. For a list of all members, see the DataSet Members list.

Public Methods

WriteXmlSchema(System.IO.Stream)
Write the schema to the specified stream object.
WriteXmlSchema(System.IO.TextWriter)
Write the schema to the specified text writer object.
WriteXmlSchema(string)
Write the schema to the specified file.
WriteXmlSchema(System.Xml.XmlWriter)
Write the schema to the specified XML writer object.