dotConnect for SQLite Documentation
Devart.Common Namespace / DbDataSet Class / ReadXml Method

On this page
    ReadXml Method
    On this page
    Reads XML schema and data into the DbDataSet.
    Overload List
    OverloadDescription
    Reads XML schema and data into the DbDataSet using the specified System.IO.Stream.  
    Reads XML schema and data into the DbDataSet using the specified file.  
    Reads XML schema and data into the DbDataSet using the specified System.IO.TextReader.  
    Reads XML schema and data into the DbDataSet using the specified System.Xml.XmlReader.  
    Reads XML schema and data into the DbDataSet using the specified System.IO.Stream.  
    Reads XML schema and data into the DbDataSet using the specified file and System.Data.XmlReadMode.  
    Reads XML schema and data into the DbDataSet using the specified System.IO.TextReader.  
    Reads XML schema and data into the DbDataSet using the specified System.Xml.XmlReader.  
    See Also