SqlXml::IXmlSerializable::WriteXml Method (XmlWriter^)

 

For a description of this member, see WriteXml.

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

private:
virtual void WriteXml(
	XmlWriter^ writer
) sealed = IXmlSerializable::WriteXml

Parameters

writer
Type: System.Xml::XmlWriter^

An XmlWriter

This member is an explicit interface member implementation. It can be used only when the SqlXml instance is cast to an IXmlSerializable interface.

.NET Framework
Available since 2.0
Return to top
Show: