DataSet::WriteXmlSchema Method

 

Writes the DataSet structure as an XML schema.

Namespace:   System.Data
Assembly:  System.Data (in System.Data.dll)

NameDescription
System_CAPS_pubmethodWriteXmlSchema(Stream^)

Writes the DataSet structure as an XML schema to the specified System.IO::Stream object.

System_CAPS_pubmethodWriteXmlSchema(Stream^, Converter<Type^, String^>^)

Writes the DataSet structure as an XML schema to the specified System.IO::Stream object.

System_CAPS_pubmethodWriteXmlSchema(String^)

Writes the DataSet structure as an XML schema to a file.

System_CAPS_pubmethodWriteXmlSchema(String^, Converter<Type^, String^>^)

Writes the DataSet structure as an XML schema to a file.

System_CAPS_pubmethodWriteXmlSchema(TextWriter^)

Writes the DataSet structure as an XML schema to the specified TextWriter object.

System_CAPS_pubmethodWriteXmlSchema(TextWriter^, Converter<Type^, String^>^)

Writes the DataSet structure as an XML schema to the specified TextWriter.

System_CAPS_pubmethodWriteXmlSchema(XmlWriter^)

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

System_CAPS_pubmethodWriteXmlSchema(XmlWriter^, Converter<Type^, String^>^)

Writes the DataSet structure as an XML schema to the specified XmlWriter.

Return to top
Show: