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.
XmlWriteMode Enumeration
.NET Framework (current version)
Specifies how to write XML data and a relational schema from a DataSet.
Assembly: System.Data (in System.Data.dll)
| Member name | Description | |
|---|---|---|
| DiffGram | Writes the entire DataSet as a DiffGram, including original and current values. To generate a DiffGram containing only changed values, call GetChanges, and then call WriteXml as a DiffGram on the returned DataSet. | |
| IgnoreSchema | ||
| WriteSchema |
Use the members of this enumeration when setting the WriteMode parameter of the WriteXml method.
.NET Framework
Available since 1.1
Available since 1.1
Show: