DataTable.WriteXmlSchema Method (TextWriter)
.NET Framework (current version)
Writes the current data structure of the DataTable as an XML schema using the specified TextWriter.
Assembly: System.Data (in System.Data.dll)
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
Available since 2.0
Show: