dotConnect for DB2 Documentation
Devart.Data.DB2.DB2Types Namespace / DB2Xml Structure / GetXmlReader Method

In This Topic
    GetXmlReader Method
    In This Topic
    Returns System.Xml.XmlReader object connected with XML data of the DB2Xml.
    Syntax
    'Declaration
     
    Public Function GetXmlReader() As XmlReader
    public XmlReader GetXmlReader()

    Return Value

    Remarks
    You can use this method to work with XML data through native .NET Framework classes.
    See Also