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 (Stream^)

 

Writes the current data structure of the DataTable as an XML schema to the specified stream.

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

public:
void WriteXmlSchema(
	Stream^ stream
)

Parameters

stream
Type: System.IO::Stream^

The stream to which the XML schema will be written.

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