dotConnect for Oracle Documentation
Devart.Common Namespace / DbDataSet Class / ReadXml Method / ReadXml(TextReader) Method
The System.IO.TextReader from which to read the schema and data.

In This Topic
    ReadXml(TextReader) Method
    In This Topic
    Reads XML schema and data into the DbDataSet using the specified System.IO.TextReader.
    Syntax
    'Declaration
     
    Public Overloads Shadows Function ReadXml( _
       ByVal reader As TextReader _
    ) As XmlReadMode
    public new XmlReadMode ReadXml( 
       TextReader reader
    )

    Parameters

    reader
    The System.IO.TextReader from which to read the schema and data.

    Return Value

    The System.Data.XmlReadMode used to read the data.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also