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

In This Topic
    ReadXml Method
    In This Topic
    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