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

On this page
    GetXmlReader Method
    On this page
    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