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

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

    Parameters

    reader
    The System.Xml.XmlReader from which to read the schema and data.

    Return Value

    The System.Data.XmlReadMode used to read the data.
    See Also