Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DataTable::WriteXmlSchema Method (TextWriter^)

 

Writes the current data structure of the DataTable as an XML schema using the specified TextWriter.

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

public:
void WriteXmlSchema(
	TextWriter^ writer
)

Parameters

writer
Type: System.IO::TextWriter^

The TextWriter with which to write.

Use the WriteXmlSchema method to write the schema for a DataTable to an XML document. The schema includes table, relation, and constraint definitions.

The XML schema is written using the XSD standard.

To write the data to an XML document, use the WriteXml method.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft