DB2®Xml.GetXmlReader Method

Returns an XmlReader for the contents of the DB2Xml object instance.

Namespace:
IBM.Data.DB2Types
Assembly:
IBM.Data.DB2 (in IBM.Data.DB2.dll)

Syntax


[Visual Basic]
Public Function GetXmlReader() As XmlReader
[C#]
public XmlReader GetXmlReader();
[C++]
public: XmlReader* GetXmlReader();
[JScript]
public function GetXmlReader() : XmlReader;

Return value

An XmlReader for the contents of the DB2Xml object instance.