SqlXml::IXmlSerializable::ReadXml Method (XmlReader^)

 

For a description of this member, see ReadXml.

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

private:
virtual void ReadXml(
	XmlReader^ r
) sealed = IXmlSerializable::ReadXml

Parameters

r
Type: System.Xml::XmlReader^

An XmlReader.

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: