dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleXml Class / GetXmlReader Method

In This Topic
    GetXmlReader Method
    In This Topic
    Returns System.Xml.XmlReader object connected with XML data of the OracleXml.
    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