DataTable.IXmlSerializable.WriteXml Method (XmlWriter)
.NET Framework (current version)
For a description of this member, see IXmlSerializable.WriteXml.
Assembly: System.Data (in System.Data.dll)
private abstract WriteXml : writer:XmlWriter -> unit private override WriteXml : writer:XmlWriter -> unit
Parameters
- writer
-
Type:
System.Xml.XmlWriter
An XmlWriter.
Implements
IXmlSerializable.WriteXml(XmlWriter)This member is an explicit interface member implementation. It can be used only when the DataSet instance is cast to an IXmlSerializable interface.
.NET Framework
Available since 2.0
Available since 2.0
Show: