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 (String^)
.NET Framework (current version)
Writes the current data structure of the DataTable as an XML schema to the specified file.
Assembly: System.Data (in System.Data.dll)
Parameters
- fileName
-
Type:
System::String^
The name of the file to use.
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: